ArcObjects Library Reference (System)  

ITime.SetFromObject Method

Writes the time from a variant object.

[Visual Basic .NET]
Public Sub SetFromObject ( _
    ByVal Object As Object _
)
[C#]
public void SetFromObject (
    object Object
);
[C++]
HRESULT SetFromObject(
  VARIANT Object
);
[C++]

Parameters

Object [in]   Object is a parameter of type VARIANT

Product Availability

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

See Also

ITime Interface