XmlSerializationWriter.FromDateTime(DateTime) Method

Definition

Produces a string from an input DateTime.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 static System::String ^ FromDateTime(DateTime value);
protected static string FromDateTime (DateTime value);
static member FromDateTime : DateTime -> string
Protected Shared Function FromDateTime (value As DateTime) As String

Parameters

value
DateTime

A DateTime to translate to a string.

Returns

A string representation of the DateTime that shows the date and time.

Remarks

The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The FromDateTime method is static.

Applies to