Tabnine Logo
DayAndMonthRule.setDayOfMonth
Code IndexAdd Tabnine to your IDE (free)

How to use
setDayOfMonth
method
in
org.jfree.date.DayAndMonthRule

Best Java code snippets using org.jfree.date.DayAndMonthRule.setDayOfMonth (Showing top 3 results out of 315)

origin: jfree/jcommon

/**
 * Standard constructor: builds a DayAndMonthRule for the given
 * day-of-the-month and month.
 * <P>
 * For the month parameter, use SerialDate.JANUARY, etc. Note that there
 * are no checks to prevent you from entering an invalid combination (such
 * as 31 February).
 *
 * @param dayOfMonth  the day of the month (in the range 1 to 31).
 * @param month  the month (use SerialDate.JANUARY, SerialDate.FEBRUARY etc.);
 */
public DayAndMonthRule(final int dayOfMonth, final int month) {
  // check arguments delegated to setter methods...
  setMonth(month);
  setDayOfMonth(dayOfMonth);
}
origin: org.jfree/jcommon

/**
 * Standard constructor: builds a DayAndMonthRule for the given
 * day-of-the-month and month.
 * <P>
 * For the month parameter, use SerialDate.JANUARY, etc. Note that there
 * are no checks to prevent you from entering an invalid combination (such
 * as 31 February).
 *
 * @param dayOfMonth  the day of the month (in the range 1 to 31).
 * @param month  the month (use SerialDate.JANUARY, SerialDate.FEBRUARY etc.);
 */
public DayAndMonthRule(final int dayOfMonth, final int month) {
  // check arguments delegated to setter methods...
  setMonth(month);
  setDayOfMonth(dayOfMonth);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Standard constructor: builds a DayAndMonthRule for the given
 * day-of-the-month and month.
 * <P>
 * For the month parameter, use SerialDate.JANUARY, etc. Note that there
 * are no checks to prevent you from entering an invalid combination (such
 * as 31 February).
 *
 * @param dayOfMonth  the day of the month (in the range 1 to 31).
 * @param month  the month (use SerialDate.JANUARY, SerialDate.FEBRUARY etc.);
 */
public DayAndMonthRule(final int dayOfMonth, final int month) {
  // check arguments delegated to setter methods...
  setMonth(month);
  setDayOfMonth(dayOfMonth);
}
org.jfree.dateDayAndMonthRulesetDayOfMonth

Javadoc

Sets the day-of-the-month for this rule.

Popular methods of DayAndMonthRule

  • <init>
    Standard constructor: builds a DayAndMonthRule for the given day-of-the-month and month. For the mon
  • setMonth
    Sets the month for this rule.

Popular in Java

  • Making http post requests using okhttp
  • requestLocationUpdates (LocationManager)
  • getResourceAsStream (ClassLoader)
  • setRequestProperty (URLConnection)
  • Menu (java.awt)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JButton (javax.swing)
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now