DateTimeValue.ToDateTime(DateTimeValue) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la DateTime représentation de valeur d’un DateTimeValue objet .
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
Paramètres
- xmlAttributevalue
- DateTimeValue
Retours
Valeur DateTime qui représente un DateTimeValue objet.