Click or drag to resize
XmlSerializationWriterFromDateTime Method
Produces a string from an input System.DateTime.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected static string FromDateTime(
	DateTime value
)

Parameters

value
Type: SystemDateTime
A System.DateTime to translate to a string.

Return Value

Type: String
A string representation of the System.DateTime that shows the date and time.
See Also