Click or drag to resize

XmlSpecsHelperXmlSchemaDateFormat Field

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

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public const string XmlSchemaDateFormat = "yyyy-MM-ddK"

Field Value

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