dateTimeType property
String
get
dateTimeType
Indicates if the time is set manully or through NTP.
- enum { 'Manual', 'NTP' }
Implementation
String get dateTimeType => xmlDateTimeType['\$'];
Indicates if the time is set manully or through NTP.
String get dateTimeType => xmlDateTimeType['\$'];