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


IArchiveRegistrationInfo.SeedTimeStamp Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IArchiveRegistrationInfo.SeedTimeStamp Property

The initial timestamp when archiving was enabled.

[Visual Basic .NET]
Public ReadOnly Property SeedTimeStamp As Object
[C#]
public object SeedTimeStamp {get;}
[C++]
HRESULT get_SeedTimeStamp(
  VARIANT* seedStamp
);
[C++]

Parameters seedStamp [out, retval] seedStamp is a parameter of type VARIANT

Product Availability

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

See Also

IArchiveRegistrationInfo Interface