Show / Hide Table of Contents

Struct NotamItemD

NOTAM Item D) - Schedule (Optional)

Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct NotamItemD
Remarks

Dates and times when the NOTAM will be active

Constructors

View Source

NotamItemD(String)

Decode a NOTAM Item D into member properties

Declaration
public NotamItemD(string itemD)
Parameters
Type Name Description
System.String itemD

Text literal of Item D)

Properties

View Source

ItemD

NOTAM Item D Value

Declaration
public readonly string ItemD { get; }
Property Value
Type Description
System.String
View Source

TextField

NOTAM Item D Scedule Field

Declaration
public readonly string TextField { get; }
Property Value
Type Description
System.String
Remarks

Will return a empty string if D) is 2 or less characters

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited