ArcObjects Library Reference (System)  

ITime.SetFromGregorianTime Method

Obtains the time from a given gregorian date and time value.

[Visual Basic .NET]
Public Sub SetFromGregorianTime ( _
    ByRef gregorianTime As WKSDateTime _
)
[C#]
public void SetFromGregorianTime (
    ref WKSDateTime gregorianTime
);
[C++]
HRESULT SetFromGregorianTime(
  _WKSDateTime* gregorianTime
);
[C++]

Parameters

gregorianTime [in]

  gregorianTime is a parameter of type _WKSDateTime

Product Availability

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

See Also

ITime Interface