共用方式為


XmlSerializationWriter.FromDateTime(DateTime) 方法

定義

從輸入 DateTime 產生字串。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

value
DateTime

要轉譯成字串的 DateTime

傳回

String

DateTime 的字串表示,其中顯示日期和時間。

備註

的受保護成員 XmlSerializationWriter 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

方法是 FromDateTime 靜態的。

適用於