Function Summary |
long |
DayOfWeek(long Time)
/// Return day of week, 0 (Sunday)-6 (Saturday)
static final invariant |
long |
GetDays(long Time)
/// Returns days part of Time, 0 (first day of month)-31 (or last day, depends on month)
static final invariant |
long |
GetGlobalTime()
/// Returns current globally-consistent Coordinated Universal Time.
static final |
long |
GetHours(long Time)
/// Returns hours part of Time, 0-23.
static final invariant |
long |
GetMSecs(long Time)
/// Returns milliseconds part of Time, 0-999.
static final invariant |
long |
GetMinutes(long Time)
/// Returns minutes part of Time, 0-59.
static final invariant |
long |
GetMonths(long Time)
/// Return months part of Time, 0 (January) - 11 (December)
static final invariant |
long |
GetNSecs(long Time)
/// Return nanoseconds part of Time, 0-999.
static final invariant |
long |
GetSeconds(long Time)
/// Returns seconds part of Time, 0-59.
static final invariant |
long |
GetUSecs(long Time)
/// Returns microseconds part of Time, 0-999.
static final invariant |
long |
GetYears(long Time)
/// Return year.
static final invariant |
long |
GlobalToLocal()
/// Converts global time to local time, taking into account the
/// local timezone and daylight savings time.
static final |
long |
LocalToGlobal()
/// Converts local time to global time, taking into account the
/// local timezone and daylight savings time.
static final |
float |
SpanSeconds(long Later, long Earlier)
/// Convert the difference between times Later and Earlier to
/// a floating point value expressed in seconds.
static final invariant |