CcsdsOrbitEphemerisMessageFile.CreationDate Property |
Gets or sets the file creation date and time in UTC.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GregorianDate CreationDate { get; set; }
Public Property CreationDate As GregorianDate
Get
Set
public:
property GregorianDate CreationDate {
GregorianDate get ();
void set (GregorianDate value);
}
member CreationDate : GregorianDate with get, set
Property Value
Type:
GregorianDate
See Also