RinexNavigation.Date Property |
Gets the date of file creation.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string Date { get; }
Public ReadOnly Property Date As String
Get
public:
property String^ Date {
String^ get ();
}
member Date : string with get
Property Value
Type:
String
RemarksThis date is returned as a string because there is no defined format for the date in the RINEX documentation.
See Also