
Public Attributes | |
| SHORT | year |
| SHORT | month |
| SHORT | day |
| SHORT | hour |
| SHORT | minute |
| SHORT | second |
| SHORT | milliSecond |
| SHORT | microSecond |
| SHORT | dayOfWeek |
| SHORT | dayOfYear |
This structure defines information about the date and time.
Elements of struct DateAndTime
| Type | Element | Description | Example |
|---|---|---|---|
| SHORT | year | Year. | 2001 |
| SHORT | month | Month. | 1..12: 1==January, ..., 12==December |
| SHORT | day | Day of month. | 1..31 |
| SHORT | hour | Hours after midnight. | 0..23 |
| SHORT | minute | Minutes after hour. | 0..59 |
| SHORT | second | Seconds after minute. | 0..59 |
| SHORT | milliSecond | Milliseconds after second. | 0..999 |
| SHORT | microsecond | Microseconds after second. | 0..999 |
| SHORT | dayOfWeek | Day of week. | 1..7: 1==Monday, ..., 7==Sunday |
| SHORT | dayOfYear | Day of year. | 1..366: 1==January 1, 365/366== December 31 |
Definition at line 187 of file ISystem.idl.
| SHORT ISystem::DateAndTime::year |
Year.
Definition at line 189 of file ISystem.idl.
| SHORT ISystem::DateAndTime::month |
Month.
Definition at line 190 of file ISystem.idl.
| SHORT ISystem::DateAndTime::day |
Day of month.
Definition at line 191 of file ISystem.idl.
| SHORT ISystem::DateAndTime::hour |
Hours after midnight.
Definition at line 192 of file ISystem.idl.
| SHORT ISystem::DateAndTime::minute |
Minutes after hour.
Definition at line 193 of file ISystem.idl.
| SHORT ISystem::DateAndTime::second |
Seconds after minute.
Definition at line 194 of file ISystem.idl.
| SHORT ISystem::DateAndTime::milliSecond |
Milliseconds after second.
Definition at line 195 of file ISystem.idl.
| SHORT ISystem::DateAndTime::microSecond |
Microseconds after second.
Definition at line 196 of file ISystem.idl.
| SHORT ISystem::DateAndTime::dayOfWeek |
Day of week.
Definition at line 197 of file ISystem.idl.
| SHORT ISystem::DateAndTime::dayOfYear |
Day of year.
Definition at line 198 of file ISystem.idl.