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


IXMLSerializeData.GetDate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLSerializeData.GetDate Method

Obtains element value as a date.

[Visual Basic .NET]
Public Function GetDate ( _
    ByVal index As Integer _
) As DateTime
[C#]
public DateTime GetDate (
    int index
);
[C++]
HRESULT GetDate(
  long index,
  DATE* Value
);
[C++]

Parameters index [in] index is a parameter of type long Value [out, retval] Value is a parameter of type DATE

Product Availability

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

See Also

IXMLSerializeData Interface