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.TicksPerHour

Indicates the number of ticks equivalent to 1 hour.

[Visual Basic]
Public Const TicksPerHour As Long
[C#]
public const long TicksPerHour;
[C++]
public: const __int64 TicksPerHour;
[JScript]
public var TicksPerHour : long;

Remarks

TicksPerHour is equal to 36 billion(36000000000).

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64