Skip to main content
A newer version of this page is available. .

XlNumberFormat.IsDateTime Property

Gets a value indicating whether the current XlNumberFormat is a date and time format.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public bool IsDateTime { get; }

Property Value

Type Description
Boolean

true, if the XlNumberFormat is used to format a date and time value in a cell; otherwise, false.

See Also