Date and time functions. More...
Public Member Functions | |
| integer | GetEpoch () |
| Gets the amount of seconds from 1 January 1970, 0:00 UTC. | |
| WEEKDAY | GetWeekday () |
| Gets the current day of the week, starting from 1 January 1970, 0:00 UTC. | |
| integer | GetSecond () |
| Gets the the second of the current minute. | |
| integer | GetMinute () |
| Gets the the minute of the current hour. | |
| integer | GetHour () |
| Gets the the hour of the current day. | |
| TIMEOFDAY | GetTimeOfDay () |
| Gets the the current time of the day (Morning, Midday, Evening, Night). | |
| decimal | GetTicks () |
| Gets the milliseconds since the application began running. | |
Date and time functions.
| integer Date.GetEpoch | ( | ) |
Gets the amount of seconds from 1 January 1970, 0:00 UTC.
| integer Date.GetHour | ( | ) |
Gets the the hour of the current day.
| integer Date.GetMinute | ( | ) |
Gets the the minute of the current hour.
| integer Date.GetSecond | ( | ) |
Gets the the second of the current minute.
| decimal Date.GetTicks | ( | ) |
Gets the milliseconds since the application began running.
| TIMEOFDAY Date.GetTimeOfDay | ( | ) |
Gets the the current time of the day (Morning, Midday, Evening, Night).
| WEEKDAY Date.GetWeekday | ( | ) |
Gets the current day of the week, starting from 1 January 1970, 0:00 UTC.