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

ArgumentException

Must start with 'D)'

Fields

View Source

ItemPrefix

NOTAM Item Prefix

Declaration
public const string ItemPrefix = "D)"
Field Value
Type Description
string

Properties

View Source

ItemD

NOTAM Item D Value

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

Value used to initalize object

View Source

TextField

NOTAM Item D Scedule Field

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

Message with the Item prefix

Remarks

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

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