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


ITime.SetFromOleTime Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ITime.SetFromOleTime Method

Writes the time from an OLE automation date object.

[Visual Basic .NET]
Public Sub SetFromOleTime ( _
    ByVal oleTime As DateTime _
)
[C#]
public void SetFromOleTime (
    DateTime oleTime
);
[C++]
HRESULT SetFromOleTime(
  DATE oleTime
);
[C++]

Parameters oleTime [in] oleTime is a parameter of type DATE

Product Availability

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

See Also

ITime Interface