Syntax
struct DateTime;
Description
represents a combined date+time value.
Field Summary
|
HundredthSeconds |
contains the hundredth seconds (0-99).
|
|
Seconds |
contains the seconds (0-59).
|
|
Minutes |
contains the minutes (0-59).
|
|
Hours |
contains the hour (0-23).
|
|
Day |
is the day of month (1-31 or 0 for a void date).
|
|
Month |
is the month of year (1-12 or 0 for a void date).
|
|
Year |
is the year.
|
|
Field Details
|
|
Syntax
unsigned short HundredthSeconds;
Description
contains the hundredth seconds (0-99).
Syntax
unsigned short Seconds;
Description
contains the seconds (0-59).
Syntax
unsigned short Minutes;
Description
contains the minutes (0-59).
Syntax
unsigned short Hours;
Description
contains the hour (0-23).
Syntax
unsigned short Day;
Description
is the day of month (1-31 or 0 for a void date).
Syntax
unsigned short Month;
Description
is the month of year (1-12 or 0 for a void date).
Syntax
unsigned short Year;
Description
is the year.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.