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

Glossary Item Box

SS_DATE Structure


Applies To

fpSpread control

Definition

typedef struct tagSS_DATE
    {
    int nDay;
    int nMonth;
    int nYear;
    } SS_DATE, FAR *LPSS_DATE;

Fields

The following fields are available:

Field Description
nDay Day of month (1–31)
nMonth Month of year (1–12)
nYear Year

Copyright © GrapeCity, inc. All rights reserved.