Show / Hide Table of Contents

Struct NotamItemC

NOTAM Item C) - Expiration date/time (UTC)

Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemC

Constructors

View Source

NotamItemC(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 Source

ExpirationDateTime

NOTAM Expiration Date and Time

Declaration
public readonly DateTime ExpirationDateTime { get; }
Property Value
Type Description
DateTime
View Source

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

View Source

ItemC

NOTAM Item C Value

Declaration
public readonly string ItemC { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited