TdxSpreadSheetCellDataFormat.IsTime Property
Identifies if the cell content is formatted as a time value.
Declaration
property IsTime: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the cell displays a TDateTime value (i.e., the IsDateTime property returns True) as a time only, without a date; otherwise – False.
Normally, the IsTime property supports the internal infrastructure and is not intended to be used directly from your code.
See Also