Data of Class _oslDateTime
-
NanoSeconds
- sal_uInt32 NanoSeconds;
- Summary
- contains the nanoseconds .
-
Seconds
- sal_uInt16 Seconds;
- Summary
- contains the seconds (0-59).
-
Minutes
- sal_uInt16 Minutes;
- Summary
- contains the minutes (0-59).
-
Hours
- sal_uInt16 Hours;
- Summary
- contains the hour (0-23).
-
Day
- sal_uInt16 Day;
- Summary
- is the day of month (1-31).
-
DayOfWeek
- sal_uInt16 DayOfWeek;
- Summary
- is the day of week (0-6 , 0 : Sunday).
-
Month
- sal_uInt16 Month;
- Summary
- is the month of year (1-12).
-
Year
- sal_uInt16 Year;
- Summary
- is the year.
Top of Page
Copyright © 2003 Sun Microsystems, Inc.