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;
A TimeSpan that represents the fraction of the day elapsed since midnight.
DateTime Members TimeSpan
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