Skip to main content
All docs
V26.1
  • CellValue.DateTimeValue Property

    Gets or sets the date-time value of the cell.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public DateTime DateTimeValue { get; set; }

    Property Value

    Type Description
    DateTime

    The date-time cell value.

    Remarks

    Use the CellValue.IsDateTime property to determine whether the cell value is a date-time value.

    Use the CellValue.NumberFormat property to specify the date-time format of the cell value.

    See Also