The Time type exposes the following members.

Properties

  Name Description
Public property Date
Gets the date of this instance.
Public property Day
Gets the day of the month represented by this instance.
Public property DayOfWeek
Gets the day of the week represented by this instance.
Public property DayOfYear
Gets the day of the year represented by this instance.
Public property Hour
Gets the hour component of the date represented by this instance.
Public property Millisecond
Gets the milliseconds component of the date represented by this instance.
Public property Minute
Gets the minute component of the date represented by this instance.
Public property Month
Gets the month component of the date represented by this instance.
Public property NetTime
Converts a Time value to a DateTime value.
Public property Static member Scale
Gets or sets the scale.
Public property Static member ScaleCollisionBehavior
The behavior upon Timescale collision .
Public property Second
Gets the seconds component of the date represented by this instance.
Public property Ticks
The underlying number of Ticks.
Public property Year
Gets the year component of the date represented by this instance.

See Also