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

    Returns whether the current value type is date-time.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool IsDateTime { get; }

    Property Value

    Type Description
    Boolean

    true if the cell stores a date-time value; otherwise, false.

    Remarks

    Use the CellValue.DateTimeValue property to assign a date-time value to a cell.

    See Also