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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph