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


ITime.SetFromObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.SetFromObject Method
ArcGIS Developer Help

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