Struct NotamItemD
NOTAM Item D) - Schedule (Optional)
Inherited Members
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemD
Remarks
Dates and times when the NOTAM will be active
Constructors
View SourceNotamItemD(string)
Decode a NOTAM Item D into member properties
Declaration
public NotamItemD(string itemD)
Parameters
Type | Name | Description |
---|---|---|
string | itemD | Text literal of Item D) |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Null passed in NotamItemD parameter |
Properties
View SourceItemD
NOTAM Item D Value
Declaration
public string ItemD { get; }
Property Value
Type | Description |
---|---|
string |
TextField
NOTAM Item D Scedule Field
Declaration
public string TextField { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Will return a empty string if D) is 2 or less characters