Going ahead with my version of this.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2623 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -181,9 +181,12 @@ public class Calendars
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a fluent wrapper around a calendar configured to Midnight on specified day in the
|
* Returns a fluent wrapper around a calendar configured to Midnight on
|
||||||
* specified month and year. Note: be sure to use {@link Calendar#JANUARY}, etc. for the month
|
* the specified day in the specified month and year.
|
||||||
* argument or be prepared rue your folly.
|
*
|
||||||
|
* @param year a regular year value, like 1900
|
||||||
|
* @param month a 0-based month value, like {@link Calendar#JANUARY}
|
||||||
|
* @param day a regular day of the month value, like 31
|
||||||
*/
|
*/
|
||||||
public static Builder at (int year, int month, int day)
|
public static Builder at (int year, int month, int day)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user