Noda Time
TimeOfDay Property
NamespacesNodaTimeZonedDateTimeTimeOfDay

[This is preliminary documentation and is subject to change.]

Gets the time portion of this zoned date and time. The returned LocalTime will return the same values for each of the time-based properties (Hour, Minute and so on), but will not be associated with any particular time zone.
Declaration Syntax
C#Visual BasicVisual C++
public LocalTime TimeOfDay { get; }
Public ReadOnly Property TimeOfDay As LocalTime
	Get
public:
property LocalTime TimeOfDay {
	LocalTime get ();
}

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)