LocalTime Properties |
The LocalTime type exposes the following members.
Name | Description | |
---|---|---|
Hour |
Gets the hour component of the time represented by the current instance, a number from 0 to 23.
| |
Minute |
Gets the minute component of the time represented by the current instance, a number from 0 to 59.
| |
Nanoseconds |
Gets the nanoseconds component of the time represented by the current instance, a number from 0 to 999,999,999.
| |
Second |
Gets the second component of the time represented by the current instance, a number from 0 to 59.
| |
TotalNanoseconds |
Gets the number of nanoseconds since midnight.
|