| GetYear |
Returns the year this SADateTime
object represents. |
| GetMonth |
Returns the month this SADateTime
object represents (1 – 12). |
| GetDay |
Returns the day this SADateTime
object represents (1 – 31). |
| GetHour |
Returns the hour this SADateTime
object represents (0 – 23). |
| GetMinute |
Returns the minute this SADateTime
object represents (0 – 59). |
| GetSecond |
Returns the second this SADateTime
object represents (0 – 59). |
| GetDayOfWeek |
Returns the day of the week this SADateTime
object represents (Sunday = 1). |
| GetDayOfYear |
Returns the day of the year this SADateTime
object represents (Jan 1 = 1). |
| Fraction |
Returns the value of the fraction of
second (0 to 999,999,999) this SADateTime object
represents. |
| GetTimeValue |
Sets the standard C structure to the
date/time value this SADateTime
object represents. |
| currentDateTime |
Creates a SADateTime object
that represents the current time (static member function). |
| currentDateTimeWithFraction
|
Creates a SADateTime object
that represents the current time with fraction (static member function).
|
|