This documentation is archived and is not being maintained.
DateTime.TimeOfDay Property
.NET Framework 1.1
Gets 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;
Property Value
A TimeSpan that represents the fraction of the day elapsed since midnight.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
DateTime Structure | DateTime Members | System Namespace | TimeSpan
Show: