This document is archived and information here might be outdated. Recommended version. |
Writes the time from an integer time.
[Visual Basic .NET] Public Sub SetFromIntegerTime ( _ ByVal integerTimeFormat As esriIntegerTimeFormat, _ ByVal integerTime As Long _ )
[C#] public void SetFromIntegerTime ( esriIntegerTimeFormat integerTimeFormat, long integerTime );
[C++]
HRESULT SetFromIntegerTime(
esriIntegerTimeFormat integerTimeFormat,
Signed 64-bit int integerTime
);
[C++] Parameters integerTimeFormat [in]
integerTimeFormat is a parameter of type esriIntegerTimeFormat integerTime [in]
integerTime is a parameter of type int64