:: com :: sun :: star :: util ::
|
struct Date |
|
- Description
- represents a date value.
|
Elements' 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.
|
Elements' Details |
Day
unsigned short Day;
- Description
- contains the day of month (1-31 or 0 for a void date).
|
|
Month
unsigned short Month;
- Description
- contains the month of year (1-12 or 0 for a void date).
|
|
Year
unsigned short Year;
- Description
- contains the year.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.