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

  • Updating database using SQL prepared statement
  • onCreateOptionsMenu (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setScale (BigDecimal)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Path (java.nio.file)
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • JFrame (javax.swing)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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