Click or drag to resize

XmlSpecsHelperXmlSchemaDateTimeFormat Field

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

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public const string XmlSchemaDateTimeFormat = "yyyy-MM-dd\THH:mm:ss.ffffffK"

Field Value

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