DateTimeValue.ToDateTime(DateTimeValue) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 DateTime 对象的值表示形式 DateTimeValue 。
public static DateTime ToDateTime(DocumentFormat.OpenXml.DateTimeValue xmlAttribute);public static DateTime ToDateTime(DocumentFormat.OpenXml.DateTimeValue value);static member ToDateTime : DocumentFormat.OpenXml.DateTimeValue -> DateTimestatic member ToDateTime : DocumentFormat.OpenXml.DateTimeValue -> DateTimePublic Shared Function ToDateTime (xmlAttribute As DateTimeValue) As DateTimePublic Shared Function ToDateTime (value As DateTimeValue) As DateTime参数
- xmlAttributevalue
- DateTimeValue
返回
一个DateTimeDateTimeValue表示 对象的 值。