Struct NotamItemB
NOTAM Item B) - Effective date/time (UTC)
Inherited Members
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemB
Constructors
View SourceNotamItemB(string)
Decode a NOTAM Item B into member properties
Declaration
public NotamItemB(string itemB)
Parameters
Type | Name | Description |
---|---|---|
string | itemB | Text literal of Item C) |
Remarks
Should be a valid 10 digit UTC value
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Null passed in NotamItemB parameter |
Properties
View SourceEffectiveDateTime
NOTAM Effective Date and Time
Declaration
public DateTime EffectiveDateTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
IsValidUtc
Is the UTC value in NOTAM a valid UTC date/time
Declaration
public bool IsValidUtc { get; }
Property Value
Type | Description |
---|---|
bool | True if valid otherwise false |
ItemB
NOTAM Item B Value
Declaration
public string ItemB { get; }
Property Value
Type | Description |
---|---|
string |