DateTime::TimeOfDay Property
Gets the time of day for this instance.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::TimeSpanA time interval that represents the fraction of the day that has elapsed since midnight.
Unlike the Date property, which returns a DateTime value that represents a date without its time component, the TimeOfDay property returns a TimeSpan value that represents a DateTime value's time component.
If you want to display the time of day or retrieve the string representation of the time of day of a DateTime value, you can call an overload of the ToString method that has a format parameter or use the composite formatting feature with the "t" or "T" standard format string.
The following example displays the value of the TimeOfDay property for an array of DateTime values. It also contrasts the return value with the string returned by the "t" standard format string in a composite formatting operation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.