| XmlSerializationWriterFromDateTime Method | 
            Produces a string from an input System.DateTime.
            
 
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
 Syntax
Syntaxprotected static string FromDateTime(
	DateTime value
)
Parameters
- value
- Type: SystemDateTime
 A System.DateTime to translate to a string.
Return Value
Type: 
StringA string representation of the System.DateTime that shows the date and time.
 See Also
See Also