StkSatelliteDatabaseEntryLastDatabaseUpdate Property |
Gets or sets the date of the last database update.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateTime LastDatabaseUpdate { get; set; }
Public Property LastDatabaseUpdate As DateTime
Get
Set
public:
property DateTime LastDatabaseUpdate {
DateTime get ();
void set (DateTime value);
}
member LastDatabaseUpdate : DateTime with get, set
Property Value
Type:
DateTimeSee Also