asp.net.ph

DateTime.TimeOfDay Property

System Namespace   DateTime Structure


Returns the time of day for this instance.

[ VB ]
<Serializable>
Public ReadOnly Property TimeOfDay As TimeSpan

[ C# ]
[ Serializable ]
public TimeSpan TimeOfDay { get; }

[ C++ ]
[ Serializable ]
public: __property TimeSpan get_TimeOfDay ( );

[ JScript ]
public Serializable
function get TimeOfDay ( ) : TimeSpan;

Property Value

A TimeSpan that represents the fraction of the day elapsed since midnight.

See Also

DateTime Members   TimeSpan Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note