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

Indicates the number of ticks equivalent to 1 second.

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

Remarks

TicksPerSecond is equal to 10 million (10000000).

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64