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

Retrieves the 100-nanosecond tick count for this 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.

Remarks

The Ticks property returns a value that is the number of 100-nanosecond intervals that have elapsed since 1/1/0001, 12:00am. Ticks are an 64-bit signed integer type (long).

The minimum ticks count is 0.

See Also

DateTime Structure | DateTime Members | System Namespace | Int64