This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.SetFromTicks Method (ArcObjects .NET 10.5 SDK) |
Writes the time from a given number of ticks since January 1, 0001 AD (Anno Domini) value.
[Visual Basic .NET] Public Sub SetFromTicks ( _ ByVal ticks As Long _ )
[C#] public void SetFromTicks ( long ticks );
[C++]
HRESULT SetFromTicks(
Signed 64-bit int ticks
);
[C++]
Parameters ticks [in] ticks is a parameter of type Signed 64-bit int