Edit

Share via


TimeDate Constructors

Definition

Overloads

TimeDate(DateTimeOffset)

See NmeaSentence for constructor usage

TimeDate(TalkerSentence, DateTimeOffset)

See NmeaSentence for constructor usage

TimeDate(TalkerId, IEnumerable<String>, DateTimeOffset)

Date and time message (ZDA). This should not normally need the last time as argument, because it defines it.

TimeDate(DateTimeOffset)

See NmeaSentence for constructor usage

public TimeDate (DateTimeOffset dateTime);
new Iot.Device.Nmea0183.Sentences.TimeDate : DateTimeOffset -> Iot.Device.Nmea0183.Sentences.TimeDate
Public Sub New (dateTime As DateTimeOffset)

Parameters

dateTime
DateTimeOffset

Applies to

TimeDate(TalkerSentence, DateTimeOffset)

See NmeaSentence for constructor usage

public TimeDate (Iot.Device.Nmea0183.TalkerSentence sentence, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.TimeDate : Iot.Device.Nmea0183.TalkerSentence * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.TimeDate
Public Sub New (sentence As TalkerSentence, time As DateTimeOffset)

Parameters

sentence
TalkerSentence

Applies to

TimeDate(TalkerId, IEnumerable<String>, DateTimeOffset)

Date and time message (ZDA). This should not normally need the last time as argument, because it defines it.

public TimeDate (Iot.Device.Nmea0183.TalkerId talkerId, System.Collections.Generic.IEnumerable<string> fields, DateTimeOffset time);
new Iot.Device.Nmea0183.Sentences.TimeDate : Iot.Device.Nmea0183.TalkerId * seq<string> * DateTimeOffset -> Iot.Device.Nmea0183.Sentences.TimeDate
Public Sub New (talkerId As TalkerId, fields As IEnumerable(Of String), time As DateTimeOffset)

Parameters

talkerId
TalkerId

Applies to