Bridge

DateTime..::..Ticks Property

Gets the number of ticks that represent the date and time of this instance.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public long Ticks { get; }
<TemplateAttribute> _
Public ReadOnly Property Ticks As Long
	Get
[TemplateAttribute]
public:
property long long^ Ticks {
	long long^ get ();
}

Return Value

The number of ticks that represent the date and time of this instance. The value is between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.