XmlSerializationWriter.FromDate(DateTime) 方法

定义

DateTime 对象生成一个字符串。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

value
DateTime

要转换为字符串的 DateTime

返回

String

DateTime 的字符串表示形式,该对象显示日期但不显示时间。

注解

受保护的成员XmlSerializationWriter仅供派生类使用,这些类在.NET Framework XML 序列化基础结构内部使用。

该方法 FromDate 是静态的。

适用于