Show / Hide Table of Contents

Struct NotamItemB

NOTAM Item B) - Effective date/time (UTC)

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

Constructors

View Source

NotamItemB(String)

Decode a NOTAM Item B into member properties

Declaration
public NotamItemB(string itemB)
Parameters
Type Name Description
System.String itemB

Text literal of Item C)

Remarks

Should be a valid 10 digit UTC value

Properties

View Source

EffectiveDateTime

NOTAM Effective Date and Time

Declaration
public readonly DateTime EffectiveDateTime { 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

ItemB

NOTAM Item B Value

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