NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.TimeOfDay

Retrieves 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

Read-only.

A value that is the time of day for this instance.

Remarks

The TimeOfDay property value is a TimeSpan that represents the time part of this instance (elapsed since midnight) of DateTime.

See Also

DateTime Structure | DateTime Members | System Namespace | TimeSpan