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


IFeatureServerInfo2.DateFieldsTimeReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServerInfo2 Interface > IFeatureServerInfo2.DateFieldsTimeReference Property
ArcGIS Developer Help

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