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 -> DateTimestatic member ToDateTime : DocumentFormat.OpenXml.DateTimeValue -> DateTimePublic Shared Function ToDateTime (xmlAttribute As DateTimeValue) As DateTimePublic Shared Function ToDateTime (value As DateTimeValue) As DateTimeParameters
- xmlAttributevalue
- DateTimeValue
Returns
A DateTime value that represents a DateTimeValue object.