Click or drag to resize

XmlSpecsHelperXmlSchemaTimeFormat Field

Date Time Formatting string which meets the the specified format for xsd:time.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public const string XmlSchemaTimeFormat = "HH:mm:ss.ffffffK"

Field Value

Type: String
Remarks
Use with the DateTime.ToString() method to format a DateTime into appropriate string format.
See Also