Retrieves the time of day for this instance.
[Visual Basic] Public ReadOnly Property TimeOfDay As TimeSpan [C#] public TimeSpan TimeOfDay {get;} [C++] public: __property TimeSpan get_TimeOfDay(); [JScript] public function get TimeOfDay() : TimeSpan;
Read-only.
A value that is the time of day for this instance.
The TimeOfDay property value is a TimeSpan that represents the time part of this instance (elapsed since midnight) of DateTime.
DateTime Structure | DateTime Members | System Namespace | TimeSpan