Struct NotamItemC
NOTAM Item C) - Expiration date/time (UTC)
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemC
Constructors
View SourceNotamItemC(String)
Decode a NOTAM Item C into member properties
Declaration
public NotamItemC(string itemC)
Parameters
Type | Name | Description |
---|---|---|
System.String | itemC | Text literal of Item C) |
Properties
View SourceExpirationDateTime
NOTAM Expiration Date and Time
Declaration
public readonly DateTime ExpirationDateTime { 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 |
ItemC
NOTAM Item C Value
Declaration
public readonly string ItemC { get; }
Property Value
Type | Description |
---|---|
System.String |