共用方式為


IDebugConvert.DoubleToDateString(Double) 方法

定義

在類別中實作時,建立指定之 Double 的字串表示。 字串表示包含星期幾、月份、日期、時間、時區和年份。

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

public:
 System::String ^ DoubleToDateString(double value);
public string DoubleToDateString (double value);
abstract member DoubleToDateString : double -> string
Public Function DoubleToDateString (value As Double) As String

參數

value
Double

要進行轉換的值。

傳回

value 的字串表示。

適用於

另請參閱