DateTimeValue.ToDateTime(DateTimeValue) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクト。
戻り値
DateTimeValue オブジェクトを表す DateTime 値。