Represents a custom literal.
Represents a DayTimeDuration literal.
DayTimeDurationLiteral()
Represents a DayTimeDuration literal.
DayTimeDurationLiteral(Duration Value)
Represents a DayTimeDuration literal.
override ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
override string StringType
Type name
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
override bool Equals(object obj)
const string TypeUri
http://www.w3.org/2001/XMLSchema#dayTimeDuration
DayTimeDurationLiteral(Duration Value, string StringValue)
Represents a DayTimeDuration literal.
override Grade Supports(Type ValueType)
How well the type supports a given value type.
Represents a string literal.
Abstract base class for semantic literal values.
string StringValue
String representation of value.
override string ToString()
Interface for semantic literals.
Represents a duration value, as defined by the xsd:duration data type: http://www....
static bool TryParse(string s, out Duration Result)
Tries to parse a duration value.