DateTimeValue.ToDateTime(DateTimeValue) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a DateTime representação de valor de um DateTimeValue objeto.
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
Parâmetros
- xmlAttributevalue
- DateTimeValue
Retornos
Um DateTime valor que representa um DateTimeValue objeto.