Show / Hide Table of Contents

Struct NotamItemD

NOTAM Item D) - Schedule (Optional)

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
string itemD

Text literal of Item D)

Exceptions
Type Condition
ArgumentNullException

Null passed in NotamItemD parameter

Properties

View Source

ItemD

NOTAM Item D Value

Declaration
public string ItemD { get; }
Property Value
Type Description
string
View Source

TextField

NOTAM Item D Scedule Field

Declaration
public string TextField { get; }
Property Value
Type Description
string
Remarks

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

  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited