
Public Member Functions | |
| void | testClassForCoder () |
| void | testCompare () |
| void | testConstructors () |
| void | testCurrentTimeIntervalSinceReferenceDate () |
| void | testDayOfCommonEra () |
| void | testDayOfMonth () |
| void | testDayOfWeek () |
| void | testDayOfYear () |
| void | testDecodeObject () |
| void | testDistantFuture () |
| void | testDistantPast () |
| void | testEarlierTimestamp () |
| void | testEncodeWithCoder () |
| void | testFirstDaysOfYears () |
| void | testgetNanos () |
| void | testGetTime () |
| void | testGregorianUnitsSinceTimestamp () |
| void | testHourOfDay () |
| void | testIncrementAcrossDST () |
| void | testLaterTimestamp () |
| void | testMicrosecondOfSecond () |
| void | testMillisecondsToTimeInterval () |
| void | testMinuteOfHour () |
| void | testMonthOfYear () |
| void | testSecondOfMinute () |
| void | testSetDate () |
| void | testSetHours () |
| void | testSetMinutes () |
| void | testSetMonth () |
| void | testSetNanos () |
| void | testSetSeconds () |
| void | testSetTime () |
| void | testSetYear () |
| void | testTimeIntervalSinceNow () |
| void | testTimeIntervalSinceReferenceDate () |
| void | testTimeIntervalSinceTimestamp () |
| void | testTimeIntervalToMilliseconds () |
| void | testTimestampByAddingGregorianUnits () |
| void | testTimestampByAddingTimeInterval () |
| void | testTimeZone () |
| void | testToString () |
| void | testYearOfCommonEra () |
Static Package Attributes | |
| static final int | APR = 4 |
| static final int | AUG = 8 |
| static final int | DEC = 12 |
| static final int | FEB = 2 |
| static final int | FRI = 5 |
| static final int | JAN = 1 |
| static final int | JUL = 7 |
| static final int | JUN = 6 |
| static final int | MAR = 3 |
| static final int | MAY = 5 |
| static final int | MON = 1 |
| static final int | NOV = 11 |
| static final int | OCT = 10 |
| static NSTimestamp | refDate = new NSTimestamp(1970, 1, 1, 0, 0, 0, NSTimeZone.getGMT()) |
| static final int | SAT = 6 |
| static final int | SEP = 9 |
| static final int | SUN = 0 |
| static final int | THU = 4 |
| static final int | TUE = 2 |
| static final int | WED = 3 |
Static Private Member Functions | |
| static int | day (String name) |
| static int day | ( | String | name | ) | [static, private] |
| void testClassForCoder | ( | ) |
| void testCompare | ( | ) |
| void testConstructors | ( | ) |
| void testCurrentTimeIntervalSinceReferenceDate | ( | ) |
| void testDayOfCommonEra | ( | ) |
| void testDayOfMonth | ( | ) |
| void testDayOfWeek | ( | ) |
| void testDayOfYear | ( | ) |
| void testDecodeObject | ( | ) |
| void testDistantFuture | ( | ) |
| void testDistantPast | ( | ) |
| void testEarlierTimestamp | ( | ) |
| void testEncodeWithCoder | ( | ) |
| void testFirstDaysOfYears | ( | ) |
| void testgetNanos | ( | ) |
| void testGetTime | ( | ) |
| void testGregorianUnitsSinceTimestamp | ( | ) |
| void testHourOfDay | ( | ) |
| void testIncrementAcrossDST | ( | ) |
| void testLaterTimestamp | ( | ) |
| void testMicrosecondOfSecond | ( | ) |
| void testMillisecondsToTimeInterval | ( | ) |
| void testMinuteOfHour | ( | ) |
| void testMonthOfYear | ( | ) |
| void testSecondOfMinute | ( | ) |
| void testSetDate | ( | ) |
| void testSetHours | ( | ) |
| void testSetMinutes | ( | ) |
| void testSetMonth | ( | ) |
| void testSetNanos | ( | ) |
| void testSetSeconds | ( | ) |
| void testSetTime | ( | ) |
| void testSetYear | ( | ) |
| void testTimeIntervalSinceNow | ( | ) |
| void testTimeIntervalSinceReferenceDate | ( | ) |
| void testTimeIntervalSinceTimestamp | ( | ) |
| void testTimeIntervalToMilliseconds | ( | ) |
| void testTimestampByAddingGregorianUnits | ( | ) |
| void testTimestampByAddingTimeInterval | ( | ) |
| void testTimeZone | ( | ) |
| void testToString | ( | ) |
| void testYearOfCommonEra | ( | ) |
final int APR = 4 [static, package] |
final int AUG = 8 [static, package] |
final int DEC = 12 [static, package] |
final int FEB = 2 [static, package] |
final int FRI = 5 [static, package] |
final int JAN = 1 [static, package] |
final int JUL = 7 [static, package] |
final int JUN = 6 [static, package] |
final int MAR = 3 [static, package] |
final int MAY = 5 [static, package] |
final int MON = 1 [static, package] |
final int NOV = 11 [static, package] |
final int OCT = 10 [static, package] |
NSTimestamp refDate = new NSTimestamp(1970, 1, 1, 0, 0, 0, NSTimeZone.getGMT()) [static, package] |
final int SAT = 6 [static, package] |
final int SEP = 9 [static, package] |
final int SUN = 0 [static, package] |
final int THU = 4 [static, package] |
final int TUE = 2 [static, package] |
final int WED = 3 [static, package] |
1.5.8