29 public Type
To => typeof(TimeSpan);
42 throw new ArgumentException(
"Not a TimeField.", nameof(Value));
57 throw new ArgumentException(
"Not a TimeField.", nameof(Value));
Base class for all sensor data fields.
Represents a time value. Time values adhere to the type specified by xsd:time.
Converts a TimeField to a TimeSpan.
Type From
Converter converts objects of this type.
object Convert(object Value)
Converts the object in Value to an object of type To.
Type To
Converter converts objects to this type.
TimeFieldToTimeSpan()
Converts a TimeField to a TimeSpan.
IElement ConvertToElement(object Value)
Converts the object in Value to an object of type To, encapsulated in an IElement.
Basic interface for all types of elements.
Converts an object of one type to an object of another type.