Spread 8.0 Documentation
SS_TIMEFORMAT Structure
Support Options
DLL Reference > DLL Structures > SS_TIMEFORMAT Structure

Glossary Item Box

SS_TIMEFORMAT Structure


Applies To

fpSpread control

Definition

typedef struct tagSS_TIMEFORMAT
    {
    BOOL b24Hour;
    BOOL bSeconds;
    TCHAR cSeparator;
    BOOL bSpin;
    } SS_TIMEFORMAT, FAR *LPSS_TIMEFORMAT;

Fields

The following fields are available:

Field Description
b24Hour Displays 12- or 24-hour time
bSeconds Displays seconds
cSeparator Separator character
bSpin Displays spin button

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.