|
| | TZTimestamp () |
| |
| | TZTimestamp (System::u16 year, System::u8 month, System::u8 day, System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond, System::i16 utcOffset) |
| |
| | TZTimeOnly () |
| |
| | TZTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond, System::i16 utcOffset) |
| |
| | UTCTimeOnly () |
| |
| | UTCTimeOnly (System::u8 hour, System::u8 minute, System::u8 second, System::u64 picosecond) |
| |
| | UTCDateOnly () |
| |
| | UTCDateOnly (System::u16 year, System::u8 month, System::u8 day) |
| |
|
| System::i16 | utcOffset_ |
| | utc offset in minutes - [ -720 , +720 ]
|
| |
| System::u8 | hour_ |
| | hours since midnight - [0,23]
|
| |
| System::u8 | minute_ |
| | minutes after the hour - [0,59]
|
| |
| System::u64 | picosecond_ |
| | picoseconds after the second - [0,999999999999]
|
| |
| System::u8 | second_ |
| | seconds after the minute - [0,59]
|
| |
| System::u8 | day_ |
| | day of the month - [1,31]
|
| |
| System::u8 | month_ |
| | months since January - [1,12]
|
| |
| System::u16 | year_ |
| | years
|
| |
Data about date and time with UTC offset.