TypeTimeSeconds Property
Applies To
fpSpread control
Description
Sets or returns whether seconds are displayed in a time cell. This property is available at run time only.
Syntax
BOOL CSpreadSheet::GetTypeTimeSeconds( );
void CSpreadSheet::SetTypeTimeSeconds(BOOL value);
[form.]fpSpread.TypeTimeSeconds[ = boolean%]
Remarks
The default value for the TypeTimeSeconds property is False.
When the TypeTimeSeconds property is set to True, seconds are displayed in the time cell.
To use the TypeTimeSeconds property, specify the sheet with which you want to work by setting the Sheet property. Then specify the cell or cells to which to apply the property, as described in Using Column and Row Properties. Once you set the TypeTimeSeconds property for a cell or cells, any subsequent time cells you create will use the same TypeTimeSeconds setting unless you reset it for those cells.
The TypeTimeSeconds property does not have an effect unless the CellType property is set to 6 (Time) for the specified cell or cells.
Spread Designer
Choose the Cell menu, the Cell Type menu, the Time menu, and then the Settings tab, and then select the Display Seconds check box in the Cell Type Settings dialog box.
Data Type
Integer (Boolean)
See Also
CellType, Sheet, TypeTime24Hour, TypeTimeSeparator, properties