Show / Hide Table of Contents

Struct NotamItemB

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

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 NotamItemB

Constructors

View Source

NotamItemB(string)

Decode a NOTAM Item B into member properties

Declaration
public NotamItemB(string itemB)
Parameters
Type Name Description
string itemB

Text literal of Item C)

Remarks

Should be a valid 10 digit UTC value

Exceptions
Type Condition
ArgumentNullException

Null passed in NotamItemB parameter

Properties

View Source

EffectiveDateTime

NOTAM Effective Date and Time

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

IsValidUtc

Is the UTC value in NOTAM a valid UTC date/time

Declaration
public bool IsValidUtc { get; }
Property Value
Type Description
bool

True if valid otherwise false

View Source

ItemB

NOTAM Item B Value

Declaration
public string ItemB { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited