Click or drag to resize

LocalTime Properties

The LocalTime type exposes the following members.

Properties
  NameDescription
Public propertyHour
Gets the hour component of the time represented by the current instance, a number from 0 to 23.
Public propertyMinute
Gets the minute component of the time represented by the current instance, a number from 0 to 59.
Public propertyNanoseconds
Gets the nanoseconds component of the time represented by the current instance, a number from 0 to 999,999,999.
Public propertySecond
Gets the second component of the time represented by the current instance, a number from 0 to 59.
Public propertyTotalNanoseconds
Gets the number of nanoseconds since midnight.
Top
See Also