Show / Hide Table of Contents

Struct NotamItemC

NOTAM Item C) - Expiration 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 NotamItemC

Constructors

View Source

NotamItemC(string)

Decode a NOTAM Item C into member properties

Declaration
public NotamItemC(string itemC)
Parameters
Type Name Description
string itemC

Text literal of Item C)

Exceptions
Type Condition
ArgumentNullException

Null passed in NotamItemC parameter

Properties

View Source

ExpirationDateTime

NOTAM Expiration Date and Time

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

ItemC

NOTAM Item C Value

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