This document is archived and information here might be outdated.  Recommended version.


ITime.SetFromTicks Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITime.SetFromTicks Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime Interface