Struct NotamItemB
NOTAM Item B) - Effective date/time (UTC)
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 |
---|---|---|
System.String | itemB | Text literal of Item C) |
Remarks
Should be a valid 10 digit UTC value
Properties
View SourceEffectiveDateTime
NOTAM Effective Date and Time
Declaration
public readonly DateTime EffectiveDateTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
IsValidUtc
Is the UTC value in NOTAM a valid UTC date/time
Declaration
public readonly bool IsValidUtc { get; }
Property Value
Type | Description |
---|---|
System.Boolean | True if valid otherwise false |
ItemB
NOTAM Item B Value
Declaration
public readonly string ItemB { get; }
Property Value
Type | Description |
---|---|
System.String |