Click or drag to resize

XmlSpecsHelperXmlSchemaTimeFormatImprecise Field

Date Time Formatting string which meets the the specified format for xsd:time, 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 XmlSchemaTimeFormatImprecise = "HH:mm:ssK"

Field Value

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