Struct NotamItemC
NOTAM Item C) - Expiration date/time (UTC)
Inherited Members
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 |
|---|---|---|
| string | itemC | Text literal of Item C) |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Null passed in NotamItemC parameter |
Properties
View SourceExpirationDateTime
NOTAM Expiration Date and Time
Declaration
public DateTime ExpirationDateTime { 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 |
ItemC
NOTAM Item C Value
Declaration
public string ItemC { get; }
Property Value
| Type | Description |
|---|---|
| string |