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


IFeatureServerInfo2.DateFieldsTimeReference Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureServerInfo2.DateFieldsTimeReference Property

Date fields time reference.

[Visual Basic .NET]
Public ReadOnly Property DateFieldsTimeReference As ITimeReference
[C#]
public ITimeReference DateFieldsTimeReference {get;}
[C++]
HRESULT get_DateFieldsTimeReference(
  ITimeReference** TimeReference
);
[C++]

Parameters TimeReference [out, retval]
TimeReference is a parameter of type ITimeReference

Product Availability

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

See Also

IFeatureServerInfo2 Interface