Difference between revisions of "Workshift abs2work"

From SDU
Jump to: navigation, search
(New page: USD utilises workshifts and sometimes it is usefull to be able to determine times within a workshift. int workshift_abs2work(string workshift, date start, date finish) Returns the time i...)
 
Line 1: Line 1:
USD utilises workshifts and sometimes it is usefull to be able to determine times within a workshift.
+
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)
 
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.
 
Returns the time in seconds from the start date to the finish date for the given workshift.
Note: workshift is repersented 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 }")

Revision as of 19:41, 4 March 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 }")