Home | History | Annotate | Download | only in unicode

Lines Matching full:time

75  *     // get the supported ids for GMT-08:00 (Pacific Standard Time)
84 * cout << "Current Time" << endl;
86 * // create a Pacific Standard Time time zone
89 * // set up rules for daylight savings time
93 * // create a GregorianCalendar with the Pacific Daylight time zone
94 * // and the current date and time
117 * cout << "Current Time, with hour reset to 3" << endl;
162 * Constructs a default GregorianCalendar using the current time in the default time
172 * Constructs a GregorianCalendar based on the current time in the given time zone
174 * time zone object after it's adopted.
184 * Constructs a GregorianCalendar based on the current time in the given time zone
195 * Constructs a GregorianCalendar based on the current time in the default time zone
206 * Constructs a GregorianCalendar based on the current time in the given time zone
208 * time zone object after it's adopted.
219 * Constructs a GregorianCalendar based on the current time in the given time zone
231 * Constructs a GregorianCalendar with the given AD date set in the default time
234 * @param year The value used to set the YEAR time field in the calendar.
235 * @param month The value used to set the MONTH time field in the calendar. Month
237 * @param date The value used to set the DATE time field in the calendar.
245 * Constructs a GregorianCalendar with the given AD date and time set for the
246 * default time zone with the default locale.
248 * @param year The value used to set the YEAR time field in the calendar.
249 * @param month The value used to set the MONTH time field in the calendar. Month
251 * @param date The value used to set the DATE time field in the calendar.
252 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
253 * @param minute The value used to set the MINUTE time field in the calendar.
261 * Constructs a GregorianCalendar with the given AD date and time set for the
262 * default time zone with the default locale.
264 * @param year The value used to set the YEAR time field in the calendar.
265 * @param month The value used to set the MONTH time field in the calendar. Month
267 * @param date The value used to set the DATE time field in the calendar.
268 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
269 * @param minute The value used to set the MINUTE time field in the calendar.
270 * @param second The value used to set the SECOND time field in the calendar.
306 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October
307 * 15, 1582. Previous to this time and date will be Julian dates.
317 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October
318 * 15, 1582. Previous to this time and date will be Julian dates.
320 * @return The Gregorian cutover time for this calendar.
355 * @param field The time field.
358 * previously set in the time field is invalid, this will be set to
368 * @param field The time field.
371 * previously set in the time field is invalid, this will be set to
380 * @param field the time field.
389 * @param field the time field.
399 * @param field the time field.
411 * @param field the time field.
422 * @param field the time field.
431 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set.
434 * @return True if the current date for this Calendar is in Daylight Savings Time,
478 * (Overrides Calendar) Converts GMT as milliseconds to time field values.
662 * Validates the values of the set time fields. True if they're all valid.
663 * @return True if the set time fields are all valid.
668 * Validates the value of the given time field. True if it's valid.
673 * Return the pseudo-time-stamp for two fields, given their
674 * individual pseudo-time-stamps. If either of the fields
679 * @return the pseudo-time-stamp for two fields
699 * Midnight, local time (using this Calendar's TimeZone) at or before the
700 * gregorianCutover. This is a pure date value with no time of day or
718 * Converts time as milliseconds to Julian date. The Julian date used here is not a
727 * Converts Julian date to time as milliseconds. The Julian date used here is not a
731 * @return Time as milliseconds.
772 * the first time it is used. Before then, it is set to SYSTEM_DEFAULT_CENTURY to
811 * to fall within so that its start date is 80 years before the current time.