共用方式為


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 靜態的。

適用於