Lines Matching refs:MONTH
98 "MONTH",
342 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
349 //This will print out todays date for MONTH and DAY_OF_MONTH
352 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
400 logln("MONTH: " + Calendar::get(Calendar::MONTH));
427 logln("MONTH: " + Calendar::get(Calendar::MONTH));
546 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH
806 cal1.set( Calendar::MONTH, 10 );
819 cal2.set( Calendar::MONTH, 10 );
861 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997;
897 cal3->set(year, month, day, hr, min, sec);
1811 errln("Couldn't add(MONTH, 12)");
1841 /* Test month:
1963 errln(UnicodeString(" FAIL: ") + newYear + " should be valid; date, month and time shouldn't change");
2314 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2);
2379 // Set to last Wednesday of the month
2412 // (2007-2008 in gregorian calendar depending on month)
2459 int32_t month = cal->get(UCAL_MONTH, status);
2461 if ( U_FAILURE(status) || year != endYear || month != testItemPtr->endMonth || day != testItemPtr->endDay ) {
2465 ", got " + year + "/" + month + "/" + day );