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

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

[Visual Basic]
Public ReadOnly Property Ticks As Long
[C#]
public long Ticks {get;}
[C++]
public: __property __int64 get_Ticks();
[JScript]
public function get Ticks() : long;

Property Value

Read only.

Retrieves the number of ticks represented by the current instance.

Remarks

The smallest unit of time is the "tick," which is equal to 100-nanoseconds. For example, a ticks value of 0 represents the 0 time value, which has the string representation "00:00:00" ("hh:mm:ss"). Each additional tick increases the time by 100-nanoseconds.The Ticks value can also be negative; a Ticks value of negative 1 represents the time "-00:00:00.0000001".

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64