Clock
Properties
TimerAlwaysFires
TimerEnabled
TimerInterval
Events
Timer()
Methods
InstantInTime AddDays(InstantInTime instant, number days)
InstantInTime AddDuration(InstantInTime instant, Duration duration)
InstantInTime AddHours(InstantInTime instant, number hours)
InstantInTime AddMinutes(InstantInTime instant, number minutes)
InstantInTime AddMonths(InstantInTime instant, number months)
InstantInTime AddSeconds(InstantInTime instant, number seconds)
InstantInTime AddWeeks(InstantInTime instant, number weeks)
InstantInTime AddYears(InstantInTime instant, number years)
DayOfMonth(InstantInTime instant)
Duration(InstantInTime start, InstantInTime end)
DurationToSeconds(Duration duration)
DurationToMinutes(Duration duration)
DurationToHours(Duration duration)
DurationToDays(Duration duration)
FormatDate(InstantInTime instant, text pattern)
FormatDateTime(InstantInTime instant, text pattern)
FormatTime(InstantInTime instant)
GetMillis(InstantInTime instant)
Hour(InstantInTime instant)
InstantInTime MakeInstant(text from)
InstantInTime MakeInstantFromMillis(number millis)
Minute(InstantInTime instant)
Month(InstantInTime instant)
MonthName(InstantInTime instant)
InstantInTime Now()
Second(InstantInTime instant)
SystemTime()
Weekday(InstantInTime instant)
WeekdayName(InstantInTime instant)
Year(InstantInTime instant)
Last updated