Click or drag to resize

XmlSpecsHelperXmlSchemaDateTimeFormatImprecise Field

Date Time Formatting string which meets the specified format for xsd:dateTime, this formatting string is imprecise in the sense that it does not preserve the fractional seconds.

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

Field Value

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