StkSatelliteDatabase.LastUpdateDate Property |
Gets the last update date reported in the Generic Database (.gd) file, or
MinValue
if the file does not exist or does not contain a LastUpdate field.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GregorianDate LastUpdateDate { get; }
Public ReadOnly Property LastUpdateDate As GregorianDate
Get
public:
property GregorianDate LastUpdateDate {
GregorianDate get ();
}
member LastUpdateDate : GregorianDate with get
Property Value
Type:
GregorianDate
See Also