Mono Class Library: System.DateTime Overview | Members

System.DateTime.Ticks Property

Gets the number of 100-nanosecond ticks that represent the date and time of the current instance. [Edit]

public long Ticks { get; }

Value

A long set to the number of ticks that represent the date and time of the current instance. [Edit]

Remarks

The value of this property is the number of 100-nanosecond intervals that have elapsed since 00:00:00, 1/1/0001. The value of the property is between DateTime.MinValue and DateTime.MaxValue .

This property is read-only.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0