DateTimeValue.ToDateTime(DateTimeValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the DateTime value representation of a DateTimeValue object.
public static DateTime ToDateTime (DocumentFormat.OpenXml.DateTimeValue xmlAttribute);
public static DateTime ToDateTime (DocumentFormat.OpenXml.DateTimeValue value);
static member ToDateTime : DocumentFormat.OpenXml.DateTimeValue -> DateTime
static member ToDateTime : DocumentFormat.OpenXml.DateTimeValue -> DateTime
Public Shared Function ToDateTime (xmlAttribute As DateTimeValue) As DateTime
Public Shared Function ToDateTime (value As DateTimeValue) As DateTime
Parameters
- xmlAttributevalue
- DateTimeValue
Returns
A DateTime value that represents a DateTimeValue object.