Difference between revisions of "Workshift abs2work"
From SDU
m |
|||
| Line 5: | Line 5: | ||
Returns the time in seconds from the start date to the finish date for the given workshift. | Returns the time in seconds from the start date to the finish date for the given workshift. | ||
Note: workshift is represented as a string (eg. "Mon - Fri { 7:30 am - 5:30 pm }") | Note: workshift is represented as a string (eg. "Mon - Fri { 7:30 am - 5:30 pm }") | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | <div align='center'><font color="green">To make corrections or additions to this article, select the ''edit'' tab above.<br> | ||
| + | To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div> | ||
Revision as of 15:39, 18 July 2008
USD utilizes workshifts and sometimes it is useful to be able to determine times within a workshift.
int workshift_abs2work(string workshift, date start, date finish)
Returns the time in seconds from the start date to the finish date for the given workshift. Note: workshift is represented as a string (eg. "Mon - Fri { 7:30 am - 5:30 pm }")
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.