Value.DateTimeValue

Value.DateTimeValue property

Obtiene o establece el valor real si se puede representar como DateTime. El valor predeterminado esMinValue .

public DateTime DateTimeValue { get; set; }

Observaciones

Prefiere esta propiedad sobre laVal , cuando necesite establecer el valor DateTime.

Ver también