This file is indexed.

/usr/share/doc/libjoda-time-java/api/org/joda/time/LocalDate.html is in libjoda-time-java-doc 2.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Mon Apr 09 15:49:10 UTC 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
LocalDate (Joda time 2.1 API)
</TITLE>

<META NAME="date" CONTENT="2012-04-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="LocalDate (Joda time 2.1 API)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/LocalDate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/joda/time/JodaTimePermission.html" title="class in org.joda.time"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/joda/time/LocalDate.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="LocalDate.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.joda.time</FONT>
<BR>
Class LocalDate</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">org.joda.time.base.AbstractPartial</A>
      <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../org/joda/time/base/BaseLocal.html" title="class in org.joda.time.base">org.joda.time.base.BaseLocal</A>
          <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.joda.time.LocalDate</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A>&gt;, <A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public final class <B>LocalDate</B><DT>extends <A HREF="../../../org/joda/time/base/BaseLocal.html" title="class in org.joda.time.base">BaseLocal</A><DT>implements <A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A>, java.io.Serializable</DL>
</PRE>

<P>
LocalDate is an immutable datetime class representing a date
 without a time zone.
 <p>
 LocalDate implements the <A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time"><CODE>ReadablePartial</CODE></A> interface.
 To do this, the interface methods focus on the key fields -
 Year, MonthOfYear and DayOfMonth.
 However, <b>all</b> date fields may in fact be queried.
 <p>
 LocalDate differs from DateMidnight in that this class does not
 have a time zone and does not represent a single instant in time.
 <p>
 Calculations on LocalDate are performed using a <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time"><CODE>Chronology</CODE></A>.
 This chronology will be set internally to be in the UTC time zone
 for all calculations.

 <p>Each individual field can be queried in two ways:
 <ul>
 <li><code>getMonthOfYear()</code>
 <li><code>monthOfYear().get()</code>
 </ul>
 The second technique also provides access to other useful methods on the
 field:
 <ul>
 <li>numeric value
 <li>text value
 <li>short text value
 <li>maximum/minimum values
 <li>add/subtract
 <li>set
 <li>rounding
 </ul>

 <p>
 LocalDate is thread-safe and immutable, provided that the Chronology is as well.
 All standard Chronology classes supplied are thread-safe and immutable.
<P>

<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>Author:</B></DT>
  <DD>Stephen Colebourne</DD>
<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#org.joda.time.LocalDate">Serialized Form</A></DL>
<HR>

<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->

<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LocalDate.Property binds a LocalDate to a DateTimeField allowing
 powerful datetime functionality to be easily accessed.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate()">LocalDate</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the current local time evaluated using
 ISO chronology in the default zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(org.joda.time.Chronology)">LocalDate</A></B>(<A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the current local time evaluated using
 specified chronology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(org.joda.time.DateTimeZone)">LocalDate</A></B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the current local time evaluated using
 ISO chronology in the specified zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(int, int, int)">LocalDate</A></B>(int&nbsp;year,
          int&nbsp;monthOfYear,
          int&nbsp;dayOfMonth)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the specified date and time
 using <code>ISOChronology</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(int, int, int, org.joda.time.Chronology)">LocalDate</A></B>(int&nbsp;year,
          int&nbsp;monthOfYear,
          int&nbsp;dayOfMonth,
          <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the specified date and time
 using the specified chronology, whose zone is ignored.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(long)">LocalDate</A></B>(long&nbsp;instant)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the local time defined by the specified
 instant evaluated using ISO chronology in the default zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(long, org.joda.time.Chronology)">LocalDate</A></B>(long&nbsp;instant,
          <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the local time defined by the specified
 instant evaluated using the specified chronology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(long, org.joda.time.DateTimeZone)">LocalDate</A></B>(long&nbsp;instant,
          <A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance set to the local time defined by the specified
 instant evaluated using ISO chronology in the specified zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(java.lang.Object)">LocalDate</A></B>(java.lang.Object&nbsp;instant)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance from an Object that represents a datetime.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(java.lang.Object, org.joda.time.Chronology)">LocalDate</A></B>(java.lang.Object&nbsp;instant,
          <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance from an Object that represents a datetime,
 using the specified chronology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#LocalDate(java.lang.Object, org.joda.time.DateTimeZone)">LocalDate</A></B>(java.lang.Object&nbsp;instant,
          <A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an instance from an Object that represents a datetime,
 forcing the time zone to that specified.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#centuryOfEra()">centuryOfEra</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the century of era property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#compareTo(org.joda.time.ReadablePartial)">compareTo</A></B>(<A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A>&nbsp;partial)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares this partial with another returning an integer
 indicating the order.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#dayOfMonth()">dayOfMonth</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the day of month property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#dayOfWeek()">dayOfWeek</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the day of week property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#dayOfYear()">dayOfYear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the day of year property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;partial)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares this ReadablePartial with another returning true if the chronology,
 field types and values are equal.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#era()">era</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the era property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#fromCalendarFields(java.util.Calendar)">fromCalendarFields</A></B>(java.util.Calendar&nbsp;calendar)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a LocalDate from a <code>java.util.Calendar</code>
 using exactly the same field values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#fromDateFields(java.util.Date)">fromDateFields</A></B>(java.util.Date&nbsp;date)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a LocalDate from a <code>java.util.Date</code>
 using exactly the same field values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#get(org.joda.time.DateTimeFieldType)">get</A></B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;fieldType)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of one of the fields of a datetime.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getCenturyOfEra()">getCenturyOfEra</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the year of era field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getChronology()">getChronology</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the chronology of the date.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getDayOfMonth()">getDayOfMonth</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the day of month field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getDayOfWeek()">getDayOfWeek</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the day of week field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getDayOfYear()">getDayOfYear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the day of year field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getEra()">getEra</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the era field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getField(int, org.joda.time.Chronology)">getField</A></B>(int&nbsp;index,
         <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chrono)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the field for a specific index in the chronology specified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getLocalMillis()">getLocalMillis</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the local milliseconds from the Java epoch
 of 1970-01-01T00:00:00 (not fixed to any specific time zone).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getMonthOfYear()">getMonthOfYear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the month of year field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getValue(int)">getValue</A></B>(int&nbsp;index)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the field at the specifed index.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getWeekOfWeekyear()">getWeekOfWeekyear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the week of weekyear field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getWeekyear()">getWeekyear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the weekyear field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getYear()">getYear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the year field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getYearOfCentury()">getYearOfCentury</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the year of century field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#getYearOfEra()">getYearOfEra</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the year of era field value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#hashCode()">hashCode</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets a hash code for the instant as defined in <code>ReadablePartial</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#isSupported(org.joda.time.DateTimeFieldType)">isSupported</A></B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if the field type specified is supported by this
 local date and chronology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#isSupported(org.joda.time.DurationFieldType)">isSupported</A></B>(<A HREF="../../../org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A>&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if the duration type specified is supported by this
 local date and chronology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#minus(org.joda.time.ReadablePeriod)">minus</A></B>(<A HREF="../../../org/joda/time/ReadablePeriod.html" title="interface in org.joda.time">ReadablePeriod</A>&nbsp;period)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the specified period taken away.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#minusDays(int)">minusDays</A></B>(int&nbsp;days)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date minus the specified number of days.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#minusMonths(int)">minusMonths</A></B>(int&nbsp;months)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date minus the specified number of months.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#minusWeeks(int)">minusWeeks</A></B>(int&nbsp;weeks)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date minus the specified number of weeks.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#minusYears(int)">minusYears</A></B>(int&nbsp;years)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date minus the specified number of years.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#monthOfYear()">monthOfYear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the month of year property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#now()">now</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtains a <code>LocalDate</code> set to the current system millisecond time
 using <code>ISOChronology</code> in the default time zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#now(org.joda.time.Chronology)">now</A></B>(<A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtains a <code>LocalDate</code> set to the current system millisecond time
 using the specified chronology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#now(org.joda.time.DateTimeZone)">now</A></B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtains a <code>LocalDate</code> set to the current system millisecond time
 using <code>ISOChronology</code> in the specified time zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#parse(java.lang.String)">parse</A></B>(java.lang.String&nbsp;str)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <code>LocalDate</code> from the specified string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#parse(java.lang.String, org.joda.time.format.DateTimeFormatter)">parse</A></B>(java.lang.String&nbsp;str,
      <A HREF="../../../org/joda/time/format/DateTimeFormatter.html" title="class in org.joda.time.format">DateTimeFormatter</A>&nbsp;formatter)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a <code>LocalDate</code> from the specified string using a formatter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#plus(org.joda.time.ReadablePeriod)">plus</A></B>(<A HREF="../../../org/joda/time/ReadablePeriod.html" title="interface in org.joda.time">ReadablePeriod</A>&nbsp;period)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the specified period added.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#plusDays(int)">plusDays</A></B>(int&nbsp;days)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date plus the specified number of days.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#plusMonths(int)">plusMonths</A></B>(int&nbsp;months)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date plus the specified number of months.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#plusWeeks(int)">plusWeeks</A></B>(int&nbsp;weeks)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date plus the specified number of weeks.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#plusYears(int)">plusYears</A></B>(int&nbsp;years)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date plus the specified number of years.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#property(org.joda.time.DateTimeFieldType)">property</A></B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;fieldType)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the property object for the specified type, which contains many
 useful methods.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#size()">size</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the number of fields in this partial, which is three.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.util.Date</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDate()">toDate</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the date time as a <code>java.util.Date</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateMidnight.html" title="class in org.joda.time">DateMidnight</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateMidnight()">toDateMidnight</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this LocalDate to a DateMidnight in the default time zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateMidnight.html" title="class in org.joda.time">DateMidnight</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateMidnight(org.joda.time.DateTimeZone)">toDateMidnight</A></B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this LocalDate to a DateMidnight.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTime(org.joda.time.LocalTime)">toDateTime</A></B>(<A HREF="../../../org/joda/time/LocalTime.html" title="class in org.joda.time">LocalTime</A>&nbsp;time)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this object to a DateTime using a LocalTime to fill in the
 missing fields and using the default time zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTime(org.joda.time.LocalTime, org.joda.time.DateTimeZone)">toDateTime</A></B>(<A HREF="../../../org/joda/time/LocalTime.html" title="class in org.joda.time">LocalTime</A>&nbsp;time,
           <A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this object to a DateTime using a LocalTime to fill in the
 missing fields.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtCurrentTime()">toDateTimeAtCurrentTime</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this LocalDate to a full datetime using the default time zone
 setting the date fields from this instance and the time fields from
 the current time.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtCurrentTime(org.joda.time.DateTimeZone)">toDateTimeAtCurrentTime</A></B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this LocalDate to a full datetime using the specified time zone
 setting the date fields from this instance and the time fields from
 the current time.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtMidnight()">toDateTimeAtMidnight</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay()"><CODE>toDateTimeAtStartOfDay()</CODE></A> which won't throw an exception</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtMidnight(org.joda.time.DateTimeZone)">toDateTimeAtMidnight</A></B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay(org.joda.time.DateTimeZone)"><CODE>toDateTimeAtStartOfDay(DateTimeZone)</CODE></A> which won't throw an exception</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay()">toDateTimeAtStartOfDay</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this LocalDate to a full datetime at the earliest valid time
 for the date using the default time zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay(org.joda.time.DateTimeZone)">toDateTimeAtStartOfDay</A></B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this LocalDate to a full datetime at the earliest valid time
 for the date using the specified time zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/Interval.html" title="class in org.joda.time">Interval</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toInterval()">toInterval</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this object to an Interval representing the whole day
 in the default time zone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/Interval.html" title="class in org.joda.time">Interval</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toInterval(org.joda.time.DateTimeZone)">toInterval</A></B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this object to an Interval representing the whole day.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDateTime.html" title="class in org.joda.time">LocalDateTime</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toLocalDateTime(org.joda.time.LocalTime)">toLocalDateTime</A></B>(<A HREF="../../../org/joda/time/LocalTime.html" title="class in org.joda.time">LocalTime</A>&nbsp;time)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts this object to a LocalDateTime using a LocalTime to fill in
 the missing fields.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toString()">toString</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Output the date time in ISO8601 format (yyyy-MM-dd).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toString(java.lang.String)">toString</A></B>(java.lang.String&nbsp;pattern)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Output the date using the specified format pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#toString(java.lang.String, java.util.Locale)">toString</A></B>(java.lang.String&nbsp;pattern,
         java.util.Locale&nbsp;locale)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Output the date using the specified format pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#weekOfWeekyear()">weekOfWeekyear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the week of a week based year property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#weekyear()">weekyear</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the weekyear property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withCenturyOfEra(int)">withCenturyOfEra</A></B>(int&nbsp;centuryOfEra)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the century of era field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withDayOfMonth(int)">withDayOfMonth</A></B>(int&nbsp;dayOfMonth)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the day of month field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withDayOfWeek(int)">withDayOfWeek</A></B>(int&nbsp;dayOfWeek)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the day of week field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withDayOfYear(int)">withDayOfYear</A></B>(int&nbsp;dayOfYear)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the day of year field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withEra(int)">withEra</A></B>(int&nbsp;era)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the era field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withField(org.joda.time.DateTimeFieldType, int)">withField</A></B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;fieldType,
          int&nbsp;value)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the specified field set to a new value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withFieldAdded(org.joda.time.DurationFieldType, int)">withFieldAdded</A></B>(<A HREF="../../../org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A>&nbsp;fieldType,
               int&nbsp;amount)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the value of the specified field increased.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withFields(org.joda.time.ReadablePartial)">withFields</A></B>(<A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A>&nbsp;partial)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the partial set of fields replacing
 those from this instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withMonthOfYear(int)">withMonthOfYear</A></B>(int&nbsp;monthOfYear)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the month of year field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withPeriodAdded(org.joda.time.ReadablePeriod, int)">withPeriodAdded</A></B>(<A HREF="../../../org/joda/time/ReadablePeriod.html" title="interface in org.joda.time">ReadablePeriod</A>&nbsp;period,
                int&nbsp;scalar)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the specified period added.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withWeekOfWeekyear(int)">withWeekOfWeekyear</A></B>(int&nbsp;weekOfWeekyear)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the week of weekyear field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withWeekyear(int)">withWeekyear</A></B>(int&nbsp;weekyear)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the weekyear field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withYear(int)">withYear</A></B>(int&nbsp;year)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the year field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withYearOfCentury(int)">withYearOfCentury</A></B>(int&nbsp;yearOfCentury)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the year of century field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#withYearOfEra(int)">withYearOfEra</A></B>(int&nbsp;yearOfEra)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of this date with the year of era field updated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#year()">year</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the year property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#yearOfCentury()">yearOfCentury</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the year of century property which provides access to advanced functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/joda/time/LocalDate.html#yearOfEra()">yearOfEra</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the year of era property which provides access to advanced functionality.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.joda.time.base.AbstractPartial"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.joda.time.base.<A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html#getField(int)">getField</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#getFields()">getFields</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#getFieldType(int)">getFieldType</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#getFieldTypes()">getFieldTypes</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#getValues()">getValues</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#indexOf(org.joda.time.DateTimeFieldType)">indexOf</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#indexOf(org.joda.time.DurationFieldType)">indexOf</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#indexOfSupported(org.joda.time.DateTimeFieldType)">indexOfSupported</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#indexOfSupported(org.joda.time.DurationFieldType)">indexOfSupported</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#isAfter(org.joda.time.ReadablePartial)">isAfter</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#isBefore(org.joda.time.ReadablePartial)">isBefore</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#isEqual(org.joda.time.ReadablePartial)">isEqual</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#toDateTime(org.joda.time.ReadableInstant)">toDateTime</A>, <A HREF="../../../org/joda/time/base/AbstractPartial.html#toString(org.joda.time.format.DateTimeFormatter)">toString</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.joda.time.ReadablePartial"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface org.joda.time.<A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#getField(int)">getField</A>, <A HREF="../../../org/joda/time/ReadablePartial.html#getFieldType(int)">getFieldType</A>, <A HREF="../../../org/joda/time/ReadablePartial.html#toDateTime(org.joda.time.ReadableInstant)">toDateTime</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="LocalDate()"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>()</PRE>
<DL>
<DD>Constructs an instance set to the current local time evaluated using
 ISO chronology in the default zone.
 <p>
 Once the constructor is completed, the zone is no longer used.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../org/joda/time/LocalDate.html#now()"><CODE>now()</CODE></A></DL>
</DL>
<HR>

<A NAME="LocalDate(org.joda.time.DateTimeZone)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Constructs an instance set to the current local time evaluated using
 ISO chronology in the specified zone.
 <p>
 If the specified time zone is null, the default zone is used.
 Once the constructor is completed, the zone is no longer used.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>zone</CODE> - the time zone, null means default zone<DT><B>See Also:</B><DD><A HREF="../../../org/joda/time/LocalDate.html#now(org.joda.time.DateTimeZone)"><CODE>now(DateTimeZone)</CODE></A></DL>
</DL>
<HR>

<A NAME="LocalDate(org.joda.time.Chronology)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(<A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</PRE>
<DL>
<DD>Constructs an instance set to the current local time evaluated using
 specified chronology.
 <p>
 If the chronology is null, ISO chronology in the default time zone is used.
 Once the constructor is completed, the zone is no longer used.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>chronology</CODE> - the chronology, null means ISOChronology in default zone<DT><B>See Also:</B><DD><A HREF="../../../org/joda/time/LocalDate.html#now(org.joda.time.Chronology)"><CODE>now(Chronology)</CODE></A></DL>
</DL>
<HR>

<A NAME="LocalDate(long)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(long&nbsp;instant)</PRE>
<DL>
<DD>Constructs an instance set to the local time defined by the specified
 instant evaluated using ISO chronology in the default zone.
 <p>
 Once the constructor is completed, the zone is no longer used.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>instant</CODE> - the milliseconds from 1970-01-01T00:00:00Z</DL>
</DL>
<HR>

<A NAME="LocalDate(long, org.joda.time.DateTimeZone)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(long&nbsp;instant,
                 <A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Constructs an instance set to the local time defined by the specified
 instant evaluated using ISO chronology in the specified zone.
 <p>
 If the specified time zone is null, the default zone is used.
 Once the constructor is completed, the zone is no longer used.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>instant</CODE> - the milliseconds from 1970-01-01T00:00:00Z<DD><CODE>zone</CODE> - the time zone, null means default zone</DL>
</DL>
<HR>

<A NAME="LocalDate(long, org.joda.time.Chronology)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(long&nbsp;instant,
                 <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</PRE>
<DL>
<DD>Constructs an instance set to the local time defined by the specified
 instant evaluated using the specified chronology.
 <p>
 If the chronology is null, ISO chronology in the default zone is used.
 Once the constructor is completed, the zone is no longer used.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>instant</CODE> - the milliseconds from 1970-01-01T00:00:00Z<DD><CODE>chronology</CODE> - the chronology, null means ISOChronology in default zone</DL>
</DL>
<HR>

<A NAME="LocalDate(java.lang.Object)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(java.lang.Object&nbsp;instant)</PRE>
<DL>
<DD>Constructs an instance from an Object that represents a datetime.
 The time zone will be retrieved from the object if possible,
 otherwise the default time zone will be used.
 <p>
 If the object contains no chronology, <code>ISOChronology</code> is used.
 Once the constructor is completed, the zone is no longer used.
 <p>
 The recognised object types are defined in
 <A HREF="../../../org/joda/time/convert/ConverterManager.html" title="class in org.joda.time.convert"><CODE>ConverterManager</CODE></A> and
 include ReadablePartial, ReadableInstant, String, Calendar and Date.
 The String formats are described by <A HREF="../../../org/joda/time/format/ISODateTimeFormat.html#localDateParser()"><CODE>ISODateTimeFormat.localDateParser()</CODE></A>.
 The default String converter ignores the zone and only parses the field values.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>instant</CODE> - the datetime object
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the instant is invalid</DL>
</DL>
<HR>

<A NAME="LocalDate(java.lang.Object, org.joda.time.DateTimeZone)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(java.lang.Object&nbsp;instant,
                 <A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Constructs an instance from an Object that represents a datetime,
 forcing the time zone to that specified.
 <p>
 If the object contains no chronology, <code>ISOChronology</code> is used.
 If the specified time zone is null, the default zone is used.
 Once the constructor is completed, the zone is no longer used.
 <p>
 The recognised object types are defined in
 <A HREF="../../../org/joda/time/convert/ConverterManager.html" title="class in org.joda.time.convert"><CODE>ConverterManager</CODE></A> and
 include ReadablePartial, ReadableInstant, String, Calendar and Date.
 The String formats are described by <A HREF="../../../org/joda/time/format/ISODateTimeFormat.html#localDateParser()"><CODE>ISODateTimeFormat.localDateParser()</CODE></A>.
 The default String converter ignores the zone and only parses the field values.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>instant</CODE> - the datetime object<DD><CODE>zone</CODE> - the time zone
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the instant is invalid</DL>
</DL>
<HR>

<A NAME="LocalDate(java.lang.Object, org.joda.time.Chronology)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(java.lang.Object&nbsp;instant,
                 <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</PRE>
<DL>
<DD>Constructs an instance from an Object that represents a datetime,
 using the specified chronology.
 <p>
 If the chronology is null, ISO in the default time zone is used.
 Once the constructor is completed, the zone is no longer used.
 <p>
 The recognised object types are defined in
 <A HREF="../../../org/joda/time/convert/ConverterManager.html" title="class in org.joda.time.convert"><CODE>ConverterManager</CODE></A> and
 include ReadablePartial, ReadableInstant, String, Calendar and Date.
 The String formats are described by <A HREF="../../../org/joda/time/format/ISODateTimeFormat.html#localDateParser()"><CODE>ISODateTimeFormat.localDateParser()</CODE></A>.
 The default String converter ignores the zone and only parses the field values.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>instant</CODE> - the datetime object<DD><CODE>chronology</CODE> - the chronology
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the instant is invalid</DL>
</DL>
<HR>

<A NAME="LocalDate(int, int, int)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(int&nbsp;year,
                 int&nbsp;monthOfYear,
                 int&nbsp;dayOfMonth)</PRE>
<DL>
<DD>Constructs an instance set to the specified date and time
 using <code>ISOChronology</code>.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>year</CODE> - the year<DD><CODE>monthOfYear</CODE> - the month of the year<DD><CODE>dayOfMonth</CODE> - the day of the month</DL>
</DL>
<HR>

<A NAME="LocalDate(int, int, int, org.joda.time.Chronology)"><!-- --></A><H3>
LocalDate</H3>
<PRE>
public <B>LocalDate</B>(int&nbsp;year,
                 int&nbsp;monthOfYear,
                 int&nbsp;dayOfMonth,
                 <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</PRE>
<DL>
<DD>Constructs an instance set to the specified date and time
 using the specified chronology, whose zone is ignored.
 <p>
 If the chronology is null, <code>ISOChronology</code> is used.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>year</CODE> - the year<DD><CODE>monthOfYear</CODE> - the month of the year<DD><CODE>dayOfMonth</CODE> - the day of the month<DD><CODE>chronology</CODE> - the chronology, null means ISOChronology in default zone</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="now()"><!-- --></A><H3>
now</H3>
<PRE>
public static <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>now</B>()</PRE>
<DL>
<DD>Obtains a <code>LocalDate</code> set to the current system millisecond time
 using <code>ISOChronology</code> in the default time zone.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the current date-time, not null<DT><B>Since:</B></DT>
  <DD>2.0</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="now(org.joda.time.DateTimeZone)"><!-- --></A><H3>
now</H3>
<PRE>
public static <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>now</B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Obtains a <code>LocalDate</code> set to the current system millisecond time
 using <code>ISOChronology</code> in the specified time zone.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>zone</CODE> - the time zone, not null
<DT><B>Returns:</B><DD>the current date-time, not null<DT><B>Since:</B></DT>
  <DD>2.0</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="now(org.joda.time.Chronology)"><!-- --></A><H3>
now</H3>
<PRE>
public static <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>now</B>(<A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chronology)</PRE>
<DL>
<DD>Obtains a <code>LocalDate</code> set to the current system millisecond time
 using the specified chronology.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>chronology</CODE> - the chronology, not null
<DT><B>Returns:</B><DD>the current date-time, not null<DT><B>Since:</B></DT>
  <DD>2.0</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="parse(java.lang.String)"><!-- --></A><H3>
parse</H3>
<PRE>
public static <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>parse</B>(java.lang.String&nbsp;str)</PRE>
<DL>
<DD>Parses a <code>LocalDate</code> from the specified string.
 <p>
 This uses <A HREF="../../../org/joda/time/format/ISODateTimeFormat.html#localDateParser()"><CODE>ISODateTimeFormat.localDateParser()</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>str</CODE> - the string to parse, not null<DT><B>Since:</B></DT>
  <DD>2.0</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="parse(java.lang.String, org.joda.time.format.DateTimeFormatter)"><!-- --></A><H3>
parse</H3>
<PRE>
public static <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>parse</B>(java.lang.String&nbsp;str,
                              <A HREF="../../../org/joda/time/format/DateTimeFormatter.html" title="class in org.joda.time.format">DateTimeFormatter</A>&nbsp;formatter)</PRE>
<DL>
<DD>Parses a <code>LocalDate</code> from the specified string using a formatter.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>str</CODE> - the string to parse, not null<DD><CODE>formatter</CODE> - the formatter to use, not null<DT><B>Since:</B></DT>
  <DD>2.0</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="fromCalendarFields(java.util.Calendar)"><!-- --></A><H3>
fromCalendarFields</H3>
<PRE>
public static <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>fromCalendarFields</B>(java.util.Calendar&nbsp;calendar)</PRE>
<DL>
<DD>Constructs a LocalDate from a <code>java.util.Calendar</code>
 using exactly the same field values.
 <p>
 Each field is queried from the Calendar and assigned to the LocalDate.
 This is useful if you have been using the Calendar as a local date,
 ignoring the zone.
 <p>
 One advantage of this method is that this method is unaffected if the
 version of the time zone data differs between the JDK and Joda-Time.
 That is because the local field values are transferred, calculated using
 the JDK time zone data and without using the Joda-Time time zone data.
 <p>
 This factory method ignores the type of the calendar and always
 creates a LocalDate with ISO chronology. It is expected that you
 will only pass in instances of <code>GregorianCalendar</code> however
 this is not validated.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>calendar</CODE> - the Calendar to extract fields from
<DT><B>Returns:</B><DD>the created LocalDate
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the calendar is null
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the date is invalid for the ISO chronology</DL>
</DD>
</DL>
<HR>

<A NAME="fromDateFields(java.util.Date)"><!-- --></A><H3>
fromDateFields</H3>
<PRE>
public static <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>fromDateFields</B>(java.util.Date&nbsp;date)</PRE>
<DL>
<DD>Constructs a LocalDate from a <code>java.util.Date</code>
 using exactly the same field values.
 <p>
 Each field is queried from the Date and assigned to the LocalDate.
 This is useful if you have been using the Date as a local date,
 ignoring the zone.
 <p>
 One advantage of this method is that this method is unaffected if the
 version of the time zone data differs between the JDK and Joda-Time.
 That is because the local field values are transferred, calculated using
 the JDK time zone data and without using the Joda-Time time zone data.
 <p>
 This factory method always creates a LocalDate with ISO chronology.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>date</CODE> - the Date to extract fields from
<DT><B>Returns:</B><DD>the created LocalDate
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the calendar is null
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the date is invalid for the ISO chronology</DL>
</DD>
</DL>
<HR>

<A NAME="size()"><!-- --></A><H3>
size</H3>
<PRE>
public int <B>size</B>()</PRE>
<DL>
<DD>Gets the number of fields in this partial, which is three.
 The supported fields are Year, MonthOfYear and DayOfMonth.
 Note that all fields from day and above may in fact be queried via
 other methods.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#size()">size</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the field count, three</DL>
</DD>
</DL>
<HR>

<A NAME="getField(int, org.joda.time.Chronology)"><!-- --></A><H3>
getField</H3>
<PRE>
protected <A HREF="../../../org/joda/time/DateTimeField.html" title="class in org.joda.time">DateTimeField</A> <B>getField</B>(int&nbsp;index,
                                 <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A>&nbsp;chrono)</PRE>
<DL>
<DD>Gets the field for a specific index in the chronology specified.
 <p>
 This method must not use any instance variables.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html#getField(int, org.joda.time.Chronology)">getField</A></CODE> in class <CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - the index to retrieve<DD><CODE>chrono</CODE> - the chronology to use
<DT><B>Returns:</B><DD>the field</DL>
</DD>
</DL>
<HR>

<A NAME="getValue(int)"><!-- --></A><H3>
getValue</H3>
<PRE>
public int <B>getValue</B>(int&nbsp;index)</PRE>
<DL>
<DD>Gets the value of the field at the specifed index.
 <p>
 This method is required to support the <code>ReadablePartial</code>
 interface. The supported fields are Year, MonthOfYear and DayOfMonth.
 Note that all fields from day and above may in fact be queried via
 other methods.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#getValue(int)">getValue</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - the index, zero to two
<DT><B>Returns:</B><DD>the value
<DT><B>Throws:</B>
<DD><CODE>java.lang.IndexOutOfBoundsException</CODE> - if the index is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="get(org.joda.time.DateTimeFieldType)"><!-- --></A><H3>
get</H3>
<PRE>
public int <B>get</B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;fieldType)</PRE>
<DL>
<DD>Get the value of one of the fields of a datetime.
 <p>
 This method gets the value of the specified field.
 For example:
 <pre>
 LocalDate dt = LocalDate.nowDefaultZone();
 int year = dt.get(DateTimeFieldType.year());
 </pre>
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#get(org.joda.time.DateTimeFieldType)">get</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html#get(org.joda.time.DateTimeFieldType)">get</A></CODE> in class <CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fieldType</CODE> - a field type, usually obtained from DateTimeFieldType, not null
<DT><B>Returns:</B><DD>the value of that field
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the field type is null or unsupported</DL>
</DD>
</DL>
<HR>

<A NAME="isSupported(org.joda.time.DateTimeFieldType)"><!-- --></A><H3>
isSupported</H3>
<PRE>
public boolean <B>isSupported</B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;type)</PRE>
<DL>
<DD>Checks if the field type specified is supported by this
 local date and chronology.
 This can be used to avoid exceptions in <A HREF="../../../org/joda/time/LocalDate.html#get(org.joda.time.DateTimeFieldType)"><CODE>get(DateTimeFieldType)</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#isSupported(org.joda.time.DateTimeFieldType)">isSupported</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html#isSupported(org.joda.time.DateTimeFieldType)">isSupported</A></CODE> in class <CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - a field type, usually obtained from DateTimeFieldType
<DT><B>Returns:</B><DD>true if the field type is supported</DL>
</DD>
</DL>
<HR>

<A NAME="isSupported(org.joda.time.DurationFieldType)"><!-- --></A><H3>
isSupported</H3>
<PRE>
public boolean <B>isSupported</B>(<A HREF="../../../org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A>&nbsp;type)</PRE>
<DL>
<DD>Checks if the duration type specified is supported by this
 local date and chronology.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - a duration type, usually obtained from DurationFieldType
<DT><B>Returns:</B><DD>true if the field type is supported</DL>
</DD>
</DL>
<HR>

<A NAME="getLocalMillis()"><!-- --></A><H3>
getLocalMillis</H3>
<PRE>
protected long <B>getLocalMillis</B>()</PRE>
<DL>
<DD>Gets the local milliseconds from the Java epoch
 of 1970-01-01T00:00:00 (not fixed to any specific time zone).
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/base/BaseLocal.html#getLocalMillis()">getLocalMillis</A></CODE> in class <CODE><A HREF="../../../org/joda/time/base/BaseLocal.html" title="class in org.joda.time.base">BaseLocal</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the number of milliseconds since 1970-01-01T00:00:00<DT><B>Since:</B></DT>
  <DD>1.5 (previously private)</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="getChronology()"><!-- --></A><H3>
getChronology</H3>
<PRE>
public <A HREF="../../../org/joda/time/Chronology.html" title="class in org.joda.time">Chronology</A> <B>getChronology</B>()</PRE>
<DL>
<DD>Gets the chronology of the date.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#getChronology()">getChronology</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the Chronology that the date is using</DL>
</DD>
</DL>
<HR>

<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object&nbsp;partial)</PRE>
<DL>
<DD>Compares this ReadablePartial with another returning true if the chronology,
 field types and values are equal.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#equals(java.lang.Object)">equals</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html#equals(java.lang.Object)">equals</A></CODE> in class <CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>partial</CODE> - an object to check against
<DT><B>Returns:</B><DD>true if fields and values are equal</DL>
</DD>
</DL>
<HR>

<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD>Gets a hash code for the instant as defined in <code>ReadablePartial</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#hashCode()">hashCode</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html#hashCode()">hashCode</A></CODE> in class <CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>a suitable hash code</DL>
</DD>
</DL>
<HR>

<A NAME="compareTo(org.joda.time.ReadablePartial)"><!-- --></A><H3>
compareTo</H3>
<PRE>
public int <B>compareTo</B>(<A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A>&nbsp;partial)</PRE>
<DL>
<DD>Compares this partial with another returning an integer
 indicating the order.
 <p>
 The fields are compared in order, from largest to smallest.
 The first field that is non-equal is used to determine the result.
 <p>
 The specified object must be a partial instance whose field types
 match those of this partial.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>compareTo</CODE> in interface <CODE>java.lang.Comparable&lt;<A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A>&gt;</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html#compareTo(org.joda.time.ReadablePartial)">compareTo</A></CODE> in class <CODE><A HREF="../../../org/joda/time/base/AbstractPartial.html" title="class in org.joda.time.base">AbstractPartial</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>partial</CODE> - an object to check against
<DT><B>Returns:</B><DD>negative if this is less, zero if equal, positive if greater
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if the partial is the wrong class
  or if it has field types that don't match
<DD><CODE>java.lang.NullPointerException</CODE> - if the partial is null</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTimeAtStartOfDay()"><!-- --></A><H3>
toDateTimeAtStartOfDay</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTimeAtStartOfDay</B>()</PRE>
<DL>
<DD>Converts this LocalDate to a full datetime at the earliest valid time
 for the date using the default time zone.
 <p>
 The time will normally be midnight, as that is the earliest time on
 any given day. However, in some time zones when Daylight Savings Time
 starts, there is no midnight because time jumps from 11:59 to 01:00.
 This method handles that situation by returning 01:00 on that date.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>this date as a datetime at the start of the day<DT><B>Since:</B></DT>
  <DD>1.5</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTimeAtStartOfDay(org.joda.time.DateTimeZone)"><!-- --></A><H3>
toDateTimeAtStartOfDay</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTimeAtStartOfDay</B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Converts this LocalDate to a full datetime at the earliest valid time
 for the date using the specified time zone.
 <p>
 The time will normally be midnight, as that is the earliest time on
 any given day. However, in some time zones when Daylight Savings Time
 starts, there is no midnight because time jumps from 11:59 to 01:00.
 This method handles that situation by returning 01:00 on that date.
 <p>
 This method uses the chronology from this instance plus the time zone
 specified.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>zone</CODE> - the zone to use, null means default zone
<DT><B>Returns:</B><DD>this date as a datetime at the start of the day<DT><B>Since:</B></DT>
  <DD>1.5</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTimeAtMidnight()"><!-- --></A><H3>
toDateTimeAtMidnight</H3>
<PRE>
<FONT SIZE="-1">@Deprecated
</FONT>public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTimeAtMidnight</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay()"><CODE>toDateTimeAtStartOfDay()</CODE></A> which won't throw an exception</I>
<P>
<DD>Converts this LocalDate to a full datetime at midnight using the default
 time zone.
 <p>
 This method will throw an exception if the default time zone switches
 to Daylight Savings Time at midnight and this LocalDate represents
 that switchover date. The problem is that there is no such time as
 midnight on the required date, and as such an exception is thrown.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>this date as a datetime at midnight</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTimeAtMidnight(org.joda.time.DateTimeZone)"><!-- --></A><H3>
toDateTimeAtMidnight</H3>
<PRE>
<FONT SIZE="-1">@Deprecated
</FONT>public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTimeAtMidnight</B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay(org.joda.time.DateTimeZone)"><CODE>toDateTimeAtStartOfDay(DateTimeZone)</CODE></A> which won't throw an exception</I>
<P>
<DD>Converts this LocalDate to a full datetime at midnight using the
 specified time zone.
 <p>
 This method will throw an exception if the time zone switches
 to Daylight Savings Time at midnight and this LocalDate represents
 that switchover date. The problem is that there is no such time as
 midnight on the required date, and as such an exception is thrown.
 <p>
 This method uses the chronology from this instance plus the time zone
 specified.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>zone</CODE> - the zone to use, null means default zone
<DT><B>Returns:</B><DD>this date as a datetime at midnight</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTimeAtCurrentTime()"><!-- --></A><H3>
toDateTimeAtCurrentTime</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTimeAtCurrentTime</B>()</PRE>
<DL>
<DD>Converts this LocalDate to a full datetime using the default time zone
 setting the date fields from this instance and the time fields from
 the current time.
 <p>
 This method will throw an exception if the datetime that would be
 created does not exist when the time zone is taken into account.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>this date as a datetime with the time as the current time</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTimeAtCurrentTime(org.joda.time.DateTimeZone)"><!-- --></A><H3>
toDateTimeAtCurrentTime</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTimeAtCurrentTime</B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Converts this LocalDate to a full datetime using the specified time zone
 setting the date fields from this instance and the time fields from
 the current time.
 <p>
 This method uses the chronology from this instance plus the time zone
 specified.
 <p>
 This method will throw an exception if the datetime that would be
 created does not exist when the time zone is taken into account.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>zone</CODE> - the zone to use, null means default zone
<DT><B>Returns:</B><DD>this date as a datetime with the time as the current time</DL>
</DD>
</DL>
<HR>

<A NAME="toDateMidnight()"><!-- --></A><H3>
toDateMidnight</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateMidnight.html" title="class in org.joda.time">DateMidnight</A> <B>toDateMidnight</B>()</PRE>
<DL>
<DD>Converts this LocalDate to a DateMidnight in the default time zone.
 <p>
 As from v1.5, you are recommended to avoid DateMidnight and use
 <A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay()"><CODE>toDateTimeAtStartOfDay()</CODE></A> instead because of the exception
 detailed below.
 <p>
 This method will throw an exception if the default time zone switches
 to Daylight Savings Time at midnight and this LocalDate represents
 that switchover date. The problem is that there is no such time as
 midnight on the required date, and as such an exception is thrown.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the DateMidnight instance in the default zone</DL>
</DD>
</DL>
<HR>

<A NAME="toDateMidnight(org.joda.time.DateTimeZone)"><!-- --></A><H3>
toDateMidnight</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateMidnight.html" title="class in org.joda.time">DateMidnight</A> <B>toDateMidnight</B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Converts this LocalDate to a DateMidnight.
 <p>
 As from v1.5, you are recommended to avoid DateMidnight and use
 <A HREF="../../../org/joda/time/LocalDate.html#toDateTimeAtStartOfDay()"><CODE>toDateTimeAtStartOfDay()</CODE></A> instead because of the exception
 detailed below.
 <p>
 This method will throw an exception if the time zone switches
 to Daylight Savings Time at midnight and this LocalDate represents
 that switchover date. The problem is that there is no such time as
 midnight on the required date, and as such an exception is thrown.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>zone</CODE> - the zone to get the DateMidnight in, null means default zone
<DT><B>Returns:</B><DD>the DateMidnight instance</DL>
</DD>
</DL>
<HR>

<A NAME="toLocalDateTime(org.joda.time.LocalTime)"><!-- --></A><H3>
toLocalDateTime</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDateTime.html" title="class in org.joda.time">LocalDateTime</A> <B>toLocalDateTime</B>(<A HREF="../../../org/joda/time/LocalTime.html" title="class in org.joda.time">LocalTime</A>&nbsp;time)</PRE>
<DL>
<DD>Converts this object to a LocalDateTime using a LocalTime to fill in
 the missing fields.
 <p>
 The resulting chronology is determined by the chronology of this
 LocalDate. The chronology of the time must also match.
 If the time is null an exception is thrown.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>time</CODE> - the time of day to use, must not be null
<DT><B>Returns:</B><DD>the LocalDateTime instance
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the time is null
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the chronology of the time does not match<DT><B>Since:</B></DT>
  <DD>1.5</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTime(org.joda.time.LocalTime)"><!-- --></A><H3>
toDateTime</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTime</B>(<A HREF="../../../org/joda/time/LocalTime.html" title="class in org.joda.time">LocalTime</A>&nbsp;time)</PRE>
<DL>
<DD>Converts this object to a DateTime using a LocalTime to fill in the
 missing fields and using the default time zone.
 <p>
 The resulting chronology is determined by the chronology of this
 LocalDate. The chronology of the time must match.
 If the time is null, the current time in the date's chronology is used.
 <p>
 This method will throw an exception if the datetime that would be
 created does not exist when the time zone is taken into account.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>time</CODE> - the time of day to use, null means current time
<DT><B>Returns:</B><DD>the DateTime instance
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the chronology of the time does not match</DL>
</DD>
</DL>
<HR>

<A NAME="toDateTime(org.joda.time.LocalTime, org.joda.time.DateTimeZone)"><!-- --></A><H3>
toDateTime</H3>
<PRE>
public <A HREF="../../../org/joda/time/DateTime.html" title="class in org.joda.time">DateTime</A> <B>toDateTime</B>(<A HREF="../../../org/joda/time/LocalTime.html" title="class in org.joda.time">LocalTime</A>&nbsp;time,
                           <A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Converts this object to a DateTime using a LocalTime to fill in the
 missing fields.
 <p>
 The resulting chronology is determined by the chronology of this
 LocalDate plus the time zone. The chronology of the time must match.
 If the time is null, the current time in the date's chronology is used.
 <p>
 This method will throw an exception if the datetime that would be
 created does not exist when the time zone is taken into account.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>time</CODE> - the time of day to use, null means current time<DD><CODE>zone</CODE> - the zone to get the DateTime in, null means default
<DT><B>Returns:</B><DD>the DateTime instance
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the chronology of the time does not match</DL>
</DD>
</DL>
<HR>

<A NAME="toInterval()"><!-- --></A><H3>
toInterval</H3>
<PRE>
public <A HREF="../../../org/joda/time/Interval.html" title="class in org.joda.time">Interval</A> <B>toInterval</B>()</PRE>
<DL>
<DD>Converts this object to an Interval representing the whole day
 in the default time zone.
 <p>
 The interval may have more or less than 24 hours if this is a daylight
 savings cutover date.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>a interval over the day</DL>
</DD>
</DL>
<HR>

<A NAME="toInterval(org.joda.time.DateTimeZone)"><!-- --></A><H3>
toInterval</H3>
<PRE>
public <A HREF="../../../org/joda/time/Interval.html" title="class in org.joda.time">Interval</A> <B>toInterval</B>(<A HREF="../../../org/joda/time/DateTimeZone.html" title="class in org.joda.time">DateTimeZone</A>&nbsp;zone)</PRE>
<DL>
<DD>Converts this object to an Interval representing the whole day.
 <p>
 The interval may have more or less than 24 hours if this is a daylight
 savings cutover date.
 <p>
 This instance is immutable and unaffected by this method call.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>zone</CODE> - the zone to get the Interval in, null means default
<DT><B>Returns:</B><DD>a interval over the day</DL>
</DD>
</DL>
<HR>

<A NAME="toDate()"><!-- --></A><H3>
toDate</H3>
<PRE>
public java.util.Date <B>toDate</B>()</PRE>
<DL>
<DD>Get the date time as a <code>java.util.Date</code>.
 <p>
 The <code>Date</code> object created has exactly the same year, month and day
 as this date. The time will be set to the earliest valid time for that date.
 <p>
 Converting to a JDK Date is full of complications as the JDK Date constructor
 doesn't behave as you might expect around DST transitions. This method works
 by taking a first guess and then adjusting the JDK date until it has the
 earliest valid instant. This also handles the situation where the JDK time
 zone data differs from the Joda-Time time zone data.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>a Date initialised with this date, never null<DT><B>Since:</B></DT>
  <DD>2.0</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="withFields(org.joda.time.ReadablePartial)"><!-- --></A><H3>
withFields</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withFields</B>(<A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A>&nbsp;partial)</PRE>
<DL>
<DD>Returns a copy of this date with the partial set of fields replacing
 those from this instance.
 <p>
 For example, if the partial contains a year and a month then those two
 fields will be changed in the returned instance.
 Unsupported fields are ignored.
 If the partial is null, then <code>this</code> is returned.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>partial</CODE> - the partial set of fields to apply to this date, null ignored
<DT><B>Returns:</B><DD>a copy of this date with a different set of fields
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if any value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withField(org.joda.time.DateTimeFieldType, int)"><!-- --></A><H3>
withField</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withField</B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;fieldType,
                           int&nbsp;value)</PRE>
<DL>
<DD>Returns a copy of this date with the specified field set to a new value.
 <p>
 For example, if the field type is <code>monthOfYear</code> then the
 month of year field will be changed in the returned instance.
 If the field type is null, then <code>this</code> is returned.
 <p>
 These two lines are equivalent:
 <pre>
 LocalDate updated = dt.withDayOfMonth(6);
 LocalDate updated = dt.withField(DateTimeFieldType.dayOfMonth(), 6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fieldType</CODE> - the field type to set, not null<DD><CODE>value</CODE> - the value to set
<DT><B>Returns:</B><DD>a copy of this date with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the field is null or unsupported</DL>
</DD>
</DL>
<HR>

<A NAME="withFieldAdded(org.joda.time.DurationFieldType, int)"><!-- --></A><H3>
withFieldAdded</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withFieldAdded</B>(<A HREF="../../../org/joda/time/DurationFieldType.html" title="class in org.joda.time">DurationFieldType</A>&nbsp;fieldType,
                                int&nbsp;amount)</PRE>
<DL>
<DD>Returns a copy of this date with the value of the specified field increased.
 <p>
 If the addition is zero or the field is null, then <code>this</code> is returned.
 <p>
 These three lines are equivalent:
 <pre>
 LocalDate added = dt.withFieldAdded(DurationFieldType.years(), 6);
 LocalDate added = dt.plusYears(6);
 LocalDate added = dt.plus(Period.years(6));
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fieldType</CODE> - the field type to add to, not null<DD><CODE>amount</CODE> - the amount to add
<DT><B>Returns:</B><DD>a copy of this date with the field updated
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the field is null or unsupported
<DD><CODE>java.lang.ArithmeticException</CODE> - if the result exceeds the internal capacity</DL>
</DD>
</DL>
<HR>

<A NAME="withPeriodAdded(org.joda.time.ReadablePeriod, int)"><!-- --></A><H3>
withPeriodAdded</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withPeriodAdded</B>(<A HREF="../../../org/joda/time/ReadablePeriod.html" title="interface in org.joda.time">ReadablePeriod</A>&nbsp;period,
                                 int&nbsp;scalar)</PRE>
<DL>
<DD>Returns a copy of this date with the specified period added.
 <p>
 If the addition is zero, then <code>this</code> is returned.
 <p>
 This method is typically used to add multiple copies of complex
 period instances. Adding one field is best achieved using methods
 like <A HREF="../../../org/joda/time/LocalDate.html#withFieldAdded(org.joda.time.DurationFieldType, int)"><CODE>withFieldAdded(DurationFieldType, int)</CODE></A>
 or <A HREF="../../../org/joda/time/LocalDate.html#plusYears(int)"><CODE>plusYears(int)</CODE></A>.
 <p>
 Unsupported time fields are ignored, thus adding a period of 24 hours
 will not have any effect.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>period</CODE> - the period to add to this one, null means zero<DD><CODE>scalar</CODE> - the amount of times to add, such as -1 to subtract once
<DT><B>Returns:</B><DD>a copy of this date with the period added
<DT><B>Throws:</B>
<DD><CODE>java.lang.ArithmeticException</CODE> - if the result exceeds the internal capacity</DL>
</DD>
</DL>
<HR>

<A NAME="plus(org.joda.time.ReadablePeriod)"><!-- --></A><H3>
plus</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>plus</B>(<A HREF="../../../org/joda/time/ReadablePeriod.html" title="interface in org.joda.time">ReadablePeriod</A>&nbsp;period)</PRE>
<DL>
<DD>Returns a copy of this date with the specified period added.
 <p>
 If the amount is zero or null, then <code>this</code> is returned.
 <p>
 This method is typically used to add complex period instances.
 Adding one field is best achieved using methods
 like <A HREF="../../../org/joda/time/LocalDate.html#plusYears(int)"><CODE>plusYears(int)</CODE></A>.
 <p>
 Unsupported time fields are ignored, thus adding a period of 24 hours
 will not have any effect.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>period</CODE> - the period to add to this one, null means zero
<DT><B>Returns:</B><DD>a copy of this date with the period added
<DT><B>Throws:</B>
<DD><CODE>java.lang.ArithmeticException</CODE> - if the result exceeds the internal capacity</DL>
</DD>
</DL>
<HR>

<A NAME="plusYears(int)"><!-- --></A><H3>
plusYears</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>plusYears</B>(int&nbsp;years)</PRE>
<DL>
<DD>Returns a copy of this date plus the specified number of years.
 <p>
 This adds the specified number of years to the date.
 If adding years makes the day-of-month invalid, it is adjusted to the last valid day in the month.
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate added = dt.plusYears(6);
 LocalDate added = dt.plus(Period.years(6));
 LocalDate added = dt.withFieldAdded(DurationFieldType.years(), 6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>years</CODE> - the amount of years to add, may be negative
<DT><B>Returns:</B><DD>the new LocalDate plus the increased years</DL>
</DD>
</DL>
<HR>

<A NAME="plusMonths(int)"><!-- --></A><H3>
plusMonths</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>plusMonths</B>(int&nbsp;months)</PRE>
<DL>
<DD>Returns a copy of this date plus the specified number of months.
 <p>
 This adds the specified number of months to the date.
 The addition may change the year, but the day-of-month is normally unchanged.
 If adding months makes the day-of-month invalid, it is adjusted to the last valid day in the month.
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate added = dt.plusMonths(6);
 LocalDate added = dt.plus(Period.months(6));
 LocalDate added = dt.withFieldAdded(DurationFieldType.months(), 6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>months</CODE> - the amount of months to add, may be negative
<DT><B>Returns:</B><DD>the new LocalDate plus the increased months</DL>
</DD>
</DL>
<HR>

<A NAME="plusWeeks(int)"><!-- --></A><H3>
plusWeeks</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>plusWeeks</B>(int&nbsp;weeks)</PRE>
<DL>
<DD>Returns a copy of this date plus the specified number of weeks.
 <p>
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate added = dt.plusWeeks(6);
 LocalDate added = dt.plus(Period.weeks(6));
 LocalDate added = dt.withFieldAdded(DurationFieldType.weeks(), 6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>weeks</CODE> - the amount of weeks to add, may be negative
<DT><B>Returns:</B><DD>the new LocalDate plus the increased weeks</DL>
</DD>
</DL>
<HR>

<A NAME="plusDays(int)"><!-- --></A><H3>
plusDays</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>plusDays</B>(int&nbsp;days)</PRE>
<DL>
<DD>Returns a copy of this date plus the specified number of days.
 <p>
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate added = dt.plusDays(6);
 LocalDate added = dt.plus(Period.days(6));
 LocalDate added = dt.withFieldAdded(DurationFieldType.days(), 6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>days</CODE> - the amount of days to add, may be negative
<DT><B>Returns:</B><DD>the new LocalDate plus the increased days</DL>
</DD>
</DL>
<HR>

<A NAME="minus(org.joda.time.ReadablePeriod)"><!-- --></A><H3>
minus</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>minus</B>(<A HREF="../../../org/joda/time/ReadablePeriod.html" title="interface in org.joda.time">ReadablePeriod</A>&nbsp;period)</PRE>
<DL>
<DD>Returns a copy of this date with the specified period taken away.
 <p>
 If the amount is zero or null, then <code>this</code> is returned.
 <p>
 This method is typically used to subtract complex period instances.
 Subtracting one field is best achieved using methods
 like <A HREF="../../../org/joda/time/LocalDate.html#minusYears(int)"><CODE>minusYears(int)</CODE></A>.
 <p>
 Unsupported time fields are ignored, thus subtracting a period of 24 hours
 will not have any effect.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>period</CODE> - the period to reduce this instant by
<DT><B>Returns:</B><DD>a copy of this LocalDate with the period taken away
<DT><B>Throws:</B>
<DD><CODE>java.lang.ArithmeticException</CODE> - if the result exceeds the internal capacity</DL>
</DD>
</DL>
<HR>

<A NAME="minusYears(int)"><!-- --></A><H3>
minusYears</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>minusYears</B>(int&nbsp;years)</PRE>
<DL>
<DD>Returns a copy of this date minus the specified number of years.
 <p>
 This subtracts the specified number of years from the date.
 If subtracting years makes the day-of-month invalid, it is adjusted to the last valid day in the month.
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate subtracted = dt.minusYears(6);
 LocalDate subtracted = dt.minus(Period.years(6));
 LocalDate subtracted = dt.withFieldAdded(DurationFieldType.years(), -6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>years</CODE> - the amount of years to subtract, may be negative
<DT><B>Returns:</B><DD>the new LocalDate minus the increased years</DL>
</DD>
</DL>
<HR>

<A NAME="minusMonths(int)"><!-- --></A><H3>
minusMonths</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>minusMonths</B>(int&nbsp;months)</PRE>
<DL>
<DD>Returns a copy of this date minus the specified number of months.
 <p>
 This subtracts the specified number of months from the date.
 The subtraction may change the year, but the day-of-month is normally unchanged.
 If subtracting months makes the day-of-month invalid, it is adjusted to the last valid day in the month.
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate subtracted = dt.minusMonths(6);
 LocalDate subtracted = dt.minus(Period.months(6));
 LocalDate subtracted = dt.withFieldAdded(DurationFieldType.months(), -6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>months</CODE> - the amount of months to subtract, may be negative
<DT><B>Returns:</B><DD>the new LocalDate minus the increased months</DL>
</DD>
</DL>
<HR>

<A NAME="minusWeeks(int)"><!-- --></A><H3>
minusWeeks</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>minusWeeks</B>(int&nbsp;weeks)</PRE>
<DL>
<DD>Returns a copy of this date minus the specified number of weeks.
 <p>
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate subtracted = dt.minusWeeks(6);
 LocalDate subtracted = dt.minus(Period.weeks(6));
 LocalDate subtracted = dt.withFieldAdded(DurationFieldType.weeks(), -6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>weeks</CODE> - the amount of weeks to subtract, may be negative
<DT><B>Returns:</B><DD>the new LocalDate minus the increased weeks</DL>
</DD>
</DL>
<HR>

<A NAME="minusDays(int)"><!-- --></A><H3>
minusDays</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>minusDays</B>(int&nbsp;days)</PRE>
<DL>
<DD>Returns a copy of this date minus the specified number of days.
 <p>
 This LocalDate instance is immutable and unaffected by this method call.
 <p>
 The following three lines are identical in effect:
 <pre>
 LocalDate subtracted = dt.minusDays(6);
 LocalDate subtracted = dt.minus(Period.days(6));
 LocalDate subtracted = dt.withFieldAdded(DurationFieldType.days(), -6);
 </pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>days</CODE> - the amount of days to subtract, may be negative
<DT><B>Returns:</B><DD>the new LocalDate minus the increased days</DL>
</DD>
</DL>
<HR>

<A NAME="property(org.joda.time.DateTimeFieldType)"><!-- --></A><H3>
property</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>property</B>(<A HREF="../../../org/joda/time/DateTimeFieldType.html" title="class in org.joda.time">DateTimeFieldType</A>&nbsp;fieldType)</PRE>
<DL>
<DD>Gets the property object for the specified type, which contains many
 useful methods.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fieldType</CODE> - the field type to get the chronology for
<DT><B>Returns:</B><DD>the property object
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the field is null or unsupported</DL>
</DD>
</DL>
<HR>

<A NAME="getEra()"><!-- --></A><H3>
getEra</H3>
<PRE>
public int <B>getEra</B>()</PRE>
<DL>
<DD>Get the era field value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the era</DL>
</DD>
</DL>
<HR>

<A NAME="getCenturyOfEra()"><!-- --></A><H3>
getCenturyOfEra</H3>
<PRE>
public int <B>getCenturyOfEra</B>()</PRE>
<DL>
<DD>Get the year of era field value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year of era</DL>
</DD>
</DL>
<HR>

<A NAME="getYearOfEra()"><!-- --></A><H3>
getYearOfEra</H3>
<PRE>
public int <B>getYearOfEra</B>()</PRE>
<DL>
<DD>Get the year of era field value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year of era</DL>
</DD>
</DL>
<HR>

<A NAME="getYearOfCentury()"><!-- --></A><H3>
getYearOfCentury</H3>
<PRE>
public int <B>getYearOfCentury</B>()</PRE>
<DL>
<DD>Get the year of century field value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year of century</DL>
</DD>
</DL>
<HR>

<A NAME="getYear()"><!-- --></A><H3>
getYear</H3>
<PRE>
public int <B>getYear</B>()</PRE>
<DL>
<DD>Get the year field value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year</DL>
</DD>
</DL>
<HR>

<A NAME="getWeekyear()"><!-- --></A><H3>
getWeekyear</H3>
<PRE>
public int <B>getWeekyear</B>()</PRE>
<DL>
<DD>Get the weekyear field value.
 <p>
 The weekyear is the year that matches with the weekOfWeekyear field.
 In the standard ISO8601 week algorithm, the first week of the year
 is that in which at least 4 days are in the year. As a result of this
 definition, day 1 of the first week may be in the previous year.
 The weekyear allows you to query the effective year for that day.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the weekyear</DL>
</DD>
</DL>
<HR>

<A NAME="getMonthOfYear()"><!-- --></A><H3>
getMonthOfYear</H3>
<PRE>
public int <B>getMonthOfYear</B>()</PRE>
<DL>
<DD>Get the month of year field value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the month of year</DL>
</DD>
</DL>
<HR>

<A NAME="getWeekOfWeekyear()"><!-- --></A><H3>
getWeekOfWeekyear</H3>
<PRE>
public int <B>getWeekOfWeekyear</B>()</PRE>
<DL>
<DD>Get the week of weekyear field value.
 <p>
 This field is associated with the "weekyear" via <A HREF="../../../org/joda/time/LocalDate.html#getWeekyear()"><CODE>getWeekyear()</CODE></A>.
 In the standard ISO8601 week algorithm, the first week of the year
 is that in which at least 4 days are in the year. As a result of this
 definition, day 1 of the first week may be in the previous year.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the week of a week based year</DL>
</DD>
</DL>
<HR>

<A NAME="getDayOfYear()"><!-- --></A><H3>
getDayOfYear</H3>
<PRE>
public int <B>getDayOfYear</B>()</PRE>
<DL>
<DD>Get the day of year field value.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the day of year</DL>
</DD>
</DL>
<HR>

<A NAME="getDayOfMonth()"><!-- --></A><H3>
getDayOfMonth</H3>
<PRE>
public int <B>getDayOfMonth</B>()</PRE>
<DL>
<DD>Get the day of month field value.
 <p>
 The values for the day of month are defined in <A HREF="../../../org/joda/time/DateTimeConstants.html" title="class in org.joda.time"><CODE>DateTimeConstants</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the day of month</DL>
</DD>
</DL>
<HR>

<A NAME="getDayOfWeek()"><!-- --></A><H3>
getDayOfWeek</H3>
<PRE>
public int <B>getDayOfWeek</B>()</PRE>
<DL>
<DD>Get the day of week field value.
 <p>
 The values for the day of week are defined in <A HREF="../../../org/joda/time/DateTimeConstants.html" title="class in org.joda.time"><CODE>DateTimeConstants</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the day of week</DL>
</DD>
</DL>
<HR>

<A NAME="withEra(int)"><!-- --></A><H3>
withEra</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withEra</B>(int&nbsp;era)</PRE>
<DL>
<DD>Returns a copy of this date with the era field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 era changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>era</CODE> - the era to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withCenturyOfEra(int)"><!-- --></A><H3>
withCenturyOfEra</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withCenturyOfEra</B>(int&nbsp;centuryOfEra)</PRE>
<DL>
<DD>Returns a copy of this date with the century of era field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 century of era changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>centuryOfEra</CODE> - the centurey of era to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withYearOfEra(int)"><!-- --></A><H3>
withYearOfEra</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withYearOfEra</B>(int&nbsp;yearOfEra)</PRE>
<DL>
<DD>Returns a copy of this date with the year of era field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 year of era changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>yearOfEra</CODE> - the year of era to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withYearOfCentury(int)"><!-- --></A><H3>
withYearOfCentury</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withYearOfCentury</B>(int&nbsp;yearOfCentury)</PRE>
<DL>
<DD>Returns a copy of this date with the year of century field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 year of century changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>yearOfCentury</CODE> - the year of century to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withYear(int)"><!-- --></A><H3>
withYear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withYear</B>(int&nbsp;year)</PRE>
<DL>
<DD>Returns a copy of this date with the year field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 year changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>year</CODE> - the year to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withWeekyear(int)"><!-- --></A><H3>
withWeekyear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withWeekyear</B>(int&nbsp;weekyear)</PRE>
<DL>
<DD>Returns a copy of this date with the weekyear field updated.
 <p>
 The weekyear is the year that matches with the weekOfWeekyear field.
 In the standard ISO8601 week algorithm, the first week of the year
 is that in which at least 4 days are in the year. As a result of this
 definition, day 1 of the first week may be in the previous year.
 The weekyear allows you to query the effective year for that day.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 weekyear changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>weekyear</CODE> - the weekyear to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withMonthOfYear(int)"><!-- --></A><H3>
withMonthOfYear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withMonthOfYear</B>(int&nbsp;monthOfYear)</PRE>
<DL>
<DD>Returns a copy of this date with the month of year field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 month of year changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>monthOfYear</CODE> - the month of year to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withWeekOfWeekyear(int)"><!-- --></A><H3>
withWeekOfWeekyear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withWeekOfWeekyear</B>(int&nbsp;weekOfWeekyear)</PRE>
<DL>
<DD>Returns a copy of this date with the week of weekyear field updated.
 <p>
 This field is associated with the "weekyear" via <A HREF="../../../org/joda/time/LocalDate.html#withWeekyear(int)"><CODE>withWeekyear(int)</CODE></A>.
 In the standard ISO8601 week algorithm, the first week of the year
 is that in which at least 4 days are in the year. As a result of this
 definition, day 1 of the first week may be in the previous year.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 week of weekyear changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>weekOfWeekyear</CODE> - the week of weekyear to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withDayOfYear(int)"><!-- --></A><H3>
withDayOfYear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withDayOfYear</B>(int&nbsp;dayOfYear)</PRE>
<DL>
<DD>Returns a copy of this date with the day of year field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 day of year changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dayOfYear</CODE> - the day of year to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withDayOfMonth(int)"><!-- --></A><H3>
withDayOfMonth</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withDayOfMonth</B>(int&nbsp;dayOfMonth)</PRE>
<DL>
<DD>Returns a copy of this date with the day of month field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 day of month changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dayOfMonth</CODE> - the day of month to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="withDayOfWeek(int)"><!-- --></A><H3>
withDayOfWeek</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.html" title="class in org.joda.time">LocalDate</A> <B>withDayOfWeek</B>(int&nbsp;dayOfWeek)</PRE>
<DL>
<DD>Returns a copy of this date with the day of week field updated.
 <p>
 LocalDate is immutable, so there are no set methods.
 Instead, this method returns a new instance with the value of
 day of week changed.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>dayOfWeek</CODE> - the day of week to set
<DT><B>Returns:</B><DD>a copy of this object with the field set
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the value is invalid</DL>
</DD>
</DL>
<HR>

<A NAME="era()"><!-- --></A><H3>
era</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>era</B>()</PRE>
<DL>
<DD>Get the era property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the era property</DL>
</DD>
</DL>
<HR>

<A NAME="centuryOfEra()"><!-- --></A><H3>
centuryOfEra</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>centuryOfEra</B>()</PRE>
<DL>
<DD>Get the century of era property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year of era property</DL>
</DD>
</DL>
<HR>

<A NAME="yearOfCentury()"><!-- --></A><H3>
yearOfCentury</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>yearOfCentury</B>()</PRE>
<DL>
<DD>Get the year of century property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year of era property</DL>
</DD>
</DL>
<HR>

<A NAME="yearOfEra()"><!-- --></A><H3>
yearOfEra</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>yearOfEra</B>()</PRE>
<DL>
<DD>Get the year of era property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year of era property</DL>
</DD>
</DL>
<HR>

<A NAME="year()"><!-- --></A><H3>
year</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>year</B>()</PRE>
<DL>
<DD>Get the year property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the year property</DL>
</DD>
</DL>
<HR>

<A NAME="weekyear()"><!-- --></A><H3>
weekyear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>weekyear</B>()</PRE>
<DL>
<DD>Get the weekyear property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the weekyear property</DL>
</DD>
</DL>
<HR>

<A NAME="monthOfYear()"><!-- --></A><H3>
monthOfYear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>monthOfYear</B>()</PRE>
<DL>
<DD>Get the month of year property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the month of year property</DL>
</DD>
</DL>
<HR>

<A NAME="weekOfWeekyear()"><!-- --></A><H3>
weekOfWeekyear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>weekOfWeekyear</B>()</PRE>
<DL>
<DD>Get the week of a week based year property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the week of a week based year property</DL>
</DD>
</DL>
<HR>

<A NAME="dayOfYear()"><!-- --></A><H3>
dayOfYear</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>dayOfYear</B>()</PRE>
<DL>
<DD>Get the day of year property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the day of year property</DL>
</DD>
</DL>
<HR>

<A NAME="dayOfMonth()"><!-- --></A><H3>
dayOfMonth</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>dayOfMonth</B>()</PRE>
<DL>
<DD>Get the day of month property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the day of month property</DL>
</DD>
</DL>
<HR>

<A NAME="dayOfWeek()"><!-- --></A><H3>
dayOfWeek</H3>
<PRE>
public <A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time">LocalDate.Property</A> <B>dayOfWeek</B>()</PRE>
<DL>
<DD>Get the day of week property which provides access to advanced functionality.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the day of week property</DL>
</DD>
</DL>
<HR>

<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD>Output the date time in ISO8601 format (yyyy-MM-dd).
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/joda/time/ReadablePartial.html#toString()">toString</A></CODE> in interface <CODE><A HREF="../../../org/joda/time/ReadablePartial.html" title="interface in org.joda.time">ReadablePartial</A></CODE><DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>ISO8601 time formatted string.</DL>
</DD>
</DL>
<HR>

<A NAME="toString(java.lang.String)"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>(java.lang.String&nbsp;pattern)</PRE>
<DL>
<DD>Output the date using the specified format pattern.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pattern</CODE> - the pattern specification, null means use <code>toString</code><DT><B>See Also:</B><DD><A HREF="../../../org/joda/time/format/DateTimeFormat.html" title="class in org.joda.time.format"><CODE>DateTimeFormat</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="toString(java.lang.String, java.util.Locale)"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>(java.lang.String&nbsp;pattern,
                                 java.util.Locale&nbsp;locale)
                          throws java.lang.IllegalArgumentException</PRE>
<DL>
<DD>Output the date using the specified format pattern.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pattern</CODE> - the pattern specification, null means use <code>toString</code><DD><CODE>locale</CODE> - Locale to use, null means default
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE><DT><B>See Also:</B><DD><A HREF="../../../org/joda/time/format/DateTimeFormat.html" title="class in org.joda.time.format"><CODE>DateTimeFormat</CODE></A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/LocalDate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/joda/time/JodaTimePermission.html" title="class in org.joda.time"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/joda/time/LocalDate.Property.html" title="class in org.joda.time"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/joda/time/LocalDate.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="LocalDate.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright &#169; 2002-2012 <a href="http://www.joda.org">Joda.org</a>. All Rights Reserved.
</BODY>
</HTML>