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

Glossary Item Box

SS_TIME Structure


Applies To

fpSpread control

Definition

typedef struct tagSS_TIME
    {
    int nHour;
    int nMinute;
    int nSecond;
    } SS_TIME, FAR *LPSS_TIME;

Fields

The following fields are available:

Field Description
nHour Contains hours (0-23)
nMinute Contains minutes
nSecond Contains seconds

Copyright © GrapeCity, inc. All rights reserved.