I04 - Appointment time (Personnel Planning Report Generator variable)
From Catalyst
Syntax
I04{N/T, F/T/D}
Description
Depending on the parameters specified, this may return the start time or end time of the appointment.
Parameters
- N/T
- A text parameter that can be omitted (it defaults to "N").
- N
- Numeric result. This is the number of minutes since midnight. This is most commonly used for sorting purposes.
- T
- Text result. This is the time formatted for display, using the 24-hour clock, e.g. '08:30', '20:30'.
- F/T/D
- A text parameter that can be omitted (it defaults to "F").
- F
- Start Time.
- T
- End Time.
- D
- Duration i.e. End Time - Start Time.
Returns
A text or numeric (depending on the parameters) value whose typical size is 5 characters.