DateTimeValue.ToDateTime(DateTimeValue) メソッド

定義

DateTimeValue オブジェクトの DateTime 値表現を返します。

public static DateTime ToDateTime (DocumentFormat.OpenXml.DateTimeValue xmlAttribute);
static member ToDateTime : DocumentFormat.OpenXml.DateTimeValue -> DateTime
Public Shared Function ToDateTime (xmlAttribute As DateTimeValue) As DateTime

パラメーター

xmlAttribute
DateTimeValue

内部 DateTime 表現を取得する DateTimeValue オブジェクト。

戻り値

DateTime

DateTimeValue オブジェクトを表す DateTime 値。

適用対象