DlmsTypeDateTimeValueAsInvariantString Property

A string representation of date-time value used by XmlSerializer. String format: yyyy-MM-dd-w#HH:mm:ss.ff#zzz#c yyyy = year, MM = month, dd = dayOfMonth, w = dayOfWeek, HH = hour, mm = minute, ss = second, ff = hundredth, zzz = deviation, c = clockStatus It is highly recommended not to change this format because of (de)serialization.

Example

Example of a string: 2013-04-18-4#12:16:48.20#+01:05#3

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public override string ValueAsInvariantString { get; set; }

Property Value

String

See Also