PerformanceAssessmentFileReferenceDate Property |
Gets or sets the date the PAF file is referenced to. This is typically the last time in the file for which records are present.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DateTime ReferenceDate { get; set; }
Public Property ReferenceDate As DateTime
Get
Set
public:
property DateTime ReferenceDate {
DateTime get ();
void set (DateTime value);
}
member ReferenceDate : DateTime with get, set
Property Value
Type:
DateTimeSee Also