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!

TimeSpan.TotalHours

Retrieves the number of whole hours represented by the current instance.

[Visual Basic]
Public ReadOnly Property TotalHours As Double
[C#]
public double TotalHours {get;}
[C++]
public: __property double get_TotalHours();
[JScript]
public function get TotalHours() : double;

Property Value

Read only.

Retrieves the total number of hours represented by the current instance.

Remarks

The TotalHours property returns the total number of hours as a double-recision floating point number that is calculated by using TicksPerHour.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Double