Syntax
struct Date;
Description
represents a date value.
Field Summary
|
Day |
contains the day of month (1-31 or 0 for a void date).
|
|
Month |
contains the month of year (1-12 or 0 for a void date).
|
|
Year |
contains the year.
|
|
Field Details
|
|
Syntax
unsigned short Day;
Description
contains the day of month (1-31 or 0 for a void date).
Syntax
unsigned short Month;
Description
contains the month of year (1-12 or 0 for a void date).
Syntax
unsigned short Year;
Description
contains the year.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.