RawTime Properties |
The RawTime type exposes the following members.
| Name | Description | |
|---|---|---|
| HasTimezone |
Determine if the time value has an explicit timezone.
| |
| Hour |
Determine the time's hour value.
| |
| HourOffset |
Determine the timezone's hour offset value.
| |
| IsUtc |
Determine if the time value uses UTC.
| |
| Minute |
Determine the time's minute value.
| |
| MinuteOffset |
Determine the timezone's minute offset value.
| |
| Nanosecond |
Determine the time's nanosecond value.
| |
| Second |
Determine the time's second value.
|