The hour, 0 through 23.
The millisecond, 0 through 999.
The minute, 0 through 59.
The second, 0 through 59.
Static Readonly[typeDetermines whether this is the same time of day as another.
The other time.
True when they are the same time.
Gets the ISO-8601 representation, HH:mm:ss - or HH:mm:ss.fff when there is a fractional part.
The string.
StaticfromStaticparse
Represents a time of day with no date and no time zone.
Remarks
Deliberately not a JavaScript
Date. ADateneeds a date, and a time of day has none:new Date('14:30:45')is not an instant pinned to some default day, it isInvalid Date. The value is destroyed outright rather than merely shifted, which makes this the starker of the two temporal cases.