Lines Matching defs:GregorianCalendar

72  * <p>Example for using GregorianCalendar:
93 * // create a GregorianCalendar with the Pacific Daylight time zone
95 * Calendar* calendar = new GregorianCalendar( pdt, success );
149 class U_I18N_API GregorianCalendar: public Calendar {
153 * Useful constants for GregorianCalendar and TimeZone.
162 * Constructs a default GregorianCalendar using the current time in the default time
165 * @param success Indicates the status of GregorianCalendar object construction.
169 GregorianCalendar(UErrorCode& success);
172 * Constructs a GregorianCalendar based on the current time in the given time zone
177 * @param success Indicates the status of GregorianCalendar object construction.
181 GregorianCalendar(TimeZone* zoneToAdopt, UErrorCode& success);
184 * Constructs a GregorianCalendar based on the current time in the given time zone
188 * @param success Indicates the status of GregorianCalendar object construction.
192 GregorianCalendar(const TimeZone& zone, UErrorCode& success);
195 * Constructs a GregorianCalendar based on the current time in the default time zone
199 * @param success Indicates the status of GregorianCalendar object construction.
203 GregorianCalendar(const Locale& aLocale, UErrorCode& success);
206 * Constructs a GregorianCalendar based on the current time in the given time zone
212 * @param success Indicates the status of GregorianCalendar object construction.
216 GregorianCalendar(TimeZone* zoneToAdopt, const Locale& aLocale, UErrorCode& success);
219 * Constructs a GregorianCalendar based on the current time in the given time zone
224 * @param success Indicates the status of GregorianCalendar object construction.
228 GregorianCalendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
231 * Constructs a GregorianCalendar with the given AD date set in the default time
238 * @param success Indicates the status of GregorianCalendar object construction.
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
245 * Constructs a GregorianCalendar with the given AD date and time set for the
254 * @param success Indicates the status of GregorianCalendar object construction.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
261 * Constructs a GregorianCalendar with the given AD date and time set for the
271 * @param success Indicates the status of GregorianCalendar object construction.
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);
281 virtual ~GregorianCalendar();
288 GregorianCalendar(const GregorianCalendar& source);
295 GregorianCalendar& operator=(const GregorianCalendar& right);
305 * Sets the GregorianCalendar change date. This is the point when the switch from
484 GregorianCalendar(); // default constructor not implemented
646 * <p>The GregorianCalendar implementation implements