Noda Time
TimeOfDay Property
NamespacesNodaTimeOffsetDateTimeTimeOfDay

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

Gets the time portion of this offset 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 have any offset information.
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)