| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean.coption | |
| org.dbflute.helper | |
| org.dbflute.helper.secretary |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected HandyDate |
FromToOption.toHandyDate(Date date) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
HandyDate |
HandyDate.addDay(int days)
Add days. e.g. addDay(1): 2001/01/01 to 2001/01/02
|
HandyDate |
HandyDate.addHour(int hours)
Add hours. e.g. addHour(1): 2001/01/01 00:00:00 to 2001/01/02 01:00:00
|
HandyDate |
HandyDate.addMillisecond(int milliseconds)
Add milliseconds. e.g. addMillisecond(1): 2001/01/01 00:00:00.000 to 2001/01/02 00:00:00.
|
HandyDate |
HandyDate.addMinute(int minutes)
Add minutes. e.g. addMinute(1): 2001/01/01 00:00:00 to 2001/01/02 00:01:00
|
HandyDate |
HandyDate.addMonth(int months)
Add months. e.g. addMonth(1): 2001/01/01 to 2001/02/01
|
HandyDate |
HandyDate.addSecond(int seconds)
Add seconds. e.g. addSecond(1): 2001/01/01 00:00:00 to 2001/01/02 00:00:01
|
HandyDate |
HandyDate.addWeek(int weeks)
Add weeks. e.g. addWeek(1): 2001/01/01 to 2001/01/08
|
HandyDate |
HandyDate.addYear(int years)
Add years. e.g. addYear(1): 2001/01/01 to 2002/01/01
|
HandyDate |
HandyDate.beginDay_Hour(Date dayBeginHour)
Begin day from the specified hour.
|
HandyDate |
HandyDate.beginDay_Hour(int dayBeginHour)
Begin day from the specified hour.
|
HandyDate |
HandyDate.beginDay_Hour(LocalDate dayBeginHour)
Begin day from the specified hour.
|
HandyDate |
HandyDate.beginDay_Hour(LocalDateTime dayBeginHour)
Begin day from the specified hour.
|
HandyDate |
HandyDate.beginDay_PreviousHour(int dayBeginHour)
Begin day from the specified hour of previous day.
|
HandyDate |
HandyDate.beginMonth_Day(Date monthBeginDay)
Begin month from the specified day.
|
HandyDate |
HandyDate.beginMonth_Day(int monthBeginDay)
Begin month from the specified day.
|
HandyDate |
HandyDate.beginMonth_Day(LocalDate monthBeginDay)
Begin month from the specified day.
|
HandyDate |
HandyDate.beginMonth_Day(LocalDateTime monthBeginDay)
Begin month from the specified day.
|
HandyDate |
HandyDate.beginMonth_PreviousDay(int monthBeginDay)
Begin year from the specified day of previous month.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek(Date weekBeginDayOfWeek)
Begin week from the specified day of week.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek(LocalDate weekBeginDayOfWeek)
Begin week from the specified day of week.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek(LocalDateTime weekBeginDayOfWeek)
Begin week from the specified day of week.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek1st_Sunday()
Begin week from Sunday.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek2nd_Monday()
Begin week from Monday.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek3rd_Tuesday()
Begin week from Tuesday.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek4th_Wednesday()
Begin week from Wednesday.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek5th_Thursday()
Begin week from Thursday.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek6th_Friday()
Begin week from Friday.
|
HandyDate |
HandyDate.beginWeek_DayOfWeek7th_Saturday()
Begin week from Saturday.
|
HandyDate |
HandyDate.beginYear_Month(Date yearBeginMonth)
Begin year from the specified month.
|
HandyDate |
HandyDate.beginYear_Month(int yearBeginMonth)
Begin year from the specified month.
|
HandyDate |
HandyDate.beginYear_Month(LocalDate yearBeginMonth)
Begin year from the specified month.
|
HandyDate |
HandyDate.beginYear_Month(LocalDateTime yearBeginMonth)
Begin year from the specified month.
|
HandyDate |
HandyDate.beginYear_Month01_January()
Begin year from January (1st month).
|
HandyDate |
HandyDate.beginYear_Month02_February()
Begin year from February (2nd month).
|
HandyDate |
HandyDate.beginYear_Month03_March()
Begin year from March (3rd month).
|
HandyDate |
HandyDate.beginYear_Month04_April()
Begin year from April (4th month).
|
HandyDate |
HandyDate.beginYear_Month05_May()
Begin year from May (5th month).
|
HandyDate |
HandyDate.beginYear_Month06_June()
Begin year from June (6th month).
|
HandyDate |
HandyDate.beginYear_Month07_July()
Begin year from July (7th month).
|
HandyDate |
HandyDate.beginYear_Month08_August()
Begin year from August (8th month).
|
HandyDate |
HandyDate.beginYear_Month09_September()
Begin year from September (9th month).
|
HandyDate |
HandyDate.beginYear_Month10_October()
Begin year from October (10th month).
|
HandyDate |
HandyDate.beginYear_Month11_November()
Begin year from November (11th month).
|
HandyDate |
HandyDate.beginYear_Month12_December()
Begin year from December (12th month).
|
HandyDate |
HandyDate.beginYear_PreviousMonth(int yearBeginMonth)
Begin year from the specified month of previous year.
|
HandyDate |
HandyDate.clearMillisecond()
Clear the millisecond.
|
HandyDate |
HandyDate.clearMinuteWithRear()
Clear the minute with rear parts, minutes, seconds, milliseconds.
|
HandyDate |
HandyDate.clearSecondWithRear()
Clear the second with rear parts, seconds, milliseconds.
|
HandyDate |
HandyDate.clearTimeParts()
Clear the time parts, hours, minutes, seconds, milliseconds.
|
protected HandyDate |
HandyDate.createCopyInstance()
Create new instance for copy.
|
protected HandyDate |
HandyDate.createCopyInstance(Date date)
Create new instance for copy.
|
protected HandyDate |
HandyDate.createCopyInstance(LocalDate date)
Create new instance for copy.
|
protected HandyDate |
HandyDate.createCopyInstance(LocalDateTime date)
Create new instance for copy.
|
HandyDate |
HandyDate.deepCopy()
Copy this date deeply.
|
HandyDate |
HandyDate.moveToDay(int day)
Move to the specified day.
|
HandyDate |
HandyDate.moveToDayJust()
Move to the day just (beginning).
|
HandyDate |
HandyDate.moveToDayJustAdded(int days)
Move to the day just (beginning) after the day added.
|
HandyDate |
HandyDate.moveToDayJustFor(int day)
Move to the day just after the day moved-to.
|
HandyDate |
HandyDate.moveToDayTerminal()
Move to the terminal of the day.
|
HandyDate |
HandyDate.moveToDayTerminalAdded(int days)
Move to the terminal of the day after the day added.
|
HandyDate |
HandyDate.moveToDayTerminalFor(int day)
Move to the day just after the day moved-to.
|
HandyDate |
HandyDate.moveToHour(int hour)
Move to the specified hour.
|
HandyDate |
HandyDate.moveToHourJust()
Move to the hour just (beginning).
|
HandyDate |
HandyDate.moveToHourJustAdded(int hours)
Move to the hour just (beginning) after the hour added.
|
HandyDate |
HandyDate.moveToHourJustFor(int hour)
Move to the hour just (beginning) after the hour moved-to.
|
HandyDate |
HandyDate.moveToHourJustNoon()
Move to the hour just noon.
|
HandyDate |
HandyDate.moveToHourTerminal()
Move to the terminal of the hour.
|
HandyDate |
HandyDate.moveToHourTerminalAdded(int hours)
Move to the terminal of the hour after the hour added.
|
HandyDate |
HandyDate.moveToHourTerminalFor(int hour)
Move to the terminal of the hour after the hour moved-to.
|
HandyDate |
HandyDate.moveToMillisecond(int millisecond)
Move to the specified millisecond.
|
HandyDate |
HandyDate.moveToMinute(int minute)
Move to the specified minute.
|
HandyDate |
HandyDate.moveToMinuteJust()
Move to the minute just (beginning).
|
HandyDate |
HandyDate.moveToMinuteJustAdded(int minutes) |
HandyDate |
HandyDate.moveToMinuteJustFor(int minute) |
HandyDate |
HandyDate.moveToMinuteTerminal()
Move to the terminal of the minute.
|
HandyDate |
HandyDate.moveToMinuteTerminalFor(int minute) |
HandyDate |
HandyDate.moveToMinuteTerminalÅdded(int minutes) |
HandyDate |
HandyDate.moveToMonth(int month)
Move to the specified month.
|
HandyDate |
HandyDate.moveToMonthFirstWeekdayJust()
Move to the first weekday just of the month.
|
HandyDate |
HandyDate.moveToMonthFirstWeekendJust()
Move to the first weekend just of the month.
|
HandyDate |
HandyDate.moveToMonthJust()
Move to the month just (beginning).
|
HandyDate |
HandyDate.moveToMonthJustAdded(int months)
Move to the month just (beginning) after the month added.
|
HandyDate |
HandyDate.moveToMonthJustFor(int month)
Move to the month just (beginning) after the month moved-to.
|
HandyDate |
HandyDate.moveToMonthLastWeekdayTerminal()
Move to the terminal of the month last weekday.
|
HandyDate |
HandyDate.moveToMonthLastWeekendTerminal()
Move to the terminal of the month last weekend.
|
HandyDate |
HandyDate.moveToMonthTerminal()
Move to the terminal of the month.
|
HandyDate |
HandyDate.moveToMonthTerminalAdded(int months)
Move to the terminal of the month after the month added.
|
HandyDate |
HandyDate.moveToMonthTerminalFor(int month)
Move to the terminal of the month after the month moved-to.
|
HandyDate |
HandyDate.moveToNextBusinessDay(BusinessDayDeterminer determiner)
Move to the next business day (only added days).
|
HandyDate |
HandyDate.moveToNextBusinessDay(int movedDays,
BusinessDayDeterminer determiner)
Move to the next business day (only added days).
|
HandyDate |
HandyDate.moveToQuarterOfYearJust()
Move to the quarter of year just (beginning).
|
HandyDate |
HandyDate.moveToQuarterOfYearJustAdded(int quarterOfYear) |
HandyDate |
HandyDate.moveToQuarterOfYearJustFor(int quarterOfYear) |
HandyDate |
HandyDate.moveToQuarterOfYearTerminal() |
HandyDate |
HandyDate.moveToQuarterOfYearTerminalAdded(int quarterOfYear) |
HandyDate |
HandyDate.moveToQuarterOfYearTerminalFor(int quarterOfYear) |
HandyDate |
HandyDate.moveToSecond(int second)
Move to the specified second.
|
HandyDate |
HandyDate.moveToSecondJust()
Move to the second just (beginning).
|
HandyDate |
HandyDate.moveToSecondJustAdded(int seconds) |
HandyDate |
HandyDate.moveToSecondJustFor(int second) |
HandyDate |
HandyDate.moveToSecondTerminal()
Move to the terminal of the second.
|
HandyDate |
HandyDate.moveToSecondTerminalAdded(int seconds) |
HandyDate |
HandyDate.moveToSecondTerminalFor(int second) |
HandyDate |
HandyDate.moveToWeekJust()
Move to the week just (beginning).
|
HandyDate |
HandyDate.moveToWeekOfMonth(int weekOfMonth) |
HandyDate |
HandyDate.moveToWeekOfYear(int weekOfYear) |
HandyDate |
HandyDate.moveToWeekTerminal()
Move to the terminal of the week.
|
HandyDate |
HandyDate.moveToYear(int year)
Move to the specified year.
|
HandyDate |
HandyDate.moveToYearJust()
Move to the year just (beginning).
|
HandyDate |
HandyDate.moveToYearJustAdded(int years)
Move to the year just (beginning) after the year added.
|
HandyDate |
HandyDate.moveToYearJustFor(int year)
Move to the year just (beginning) after the year moved-to.
|
HandyDate |
HandyDate.moveToYearTerminal()
Move to the terminal of the year.
|
HandyDate |
HandyDate.moveToYearTerminalAdded(int years)
Move to the terminal of the year after the year added.
|
HandyDate |
HandyDate.moveToYearTerminalFor(int year)
Move to the terminal of the year after the year moved-to.
|
protected HandyDate |
HandyDate.prepareCompareDate(Date date) |
protected HandyDate |
HandyDate.prepareCompareDate(LocalDate date) |
protected HandyDate |
HandyDate.prepareCompareDate(LocalDateTime date) |
HandyDate |
HandyDate.timeZone(TimeZone timeZone)
Set the time-zone to internal calendar.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
HandyDate.inheritBeginAttribute(HandyDate cloned) |
protected void |
HandyDate.inheritTimeZone(HandyDate copy) |
boolean |
HandyDate.isDayOfDateSameAs(HandyDate handyDate)
Is the date and day same as the specified date?
|
boolean |
HandyDate.isDaySameAs(HandyDate handyDate)
Is the day of this date same as the day of the specified date?
|
boolean |
HandyDate.isHourOfDateSameAs(HandyDate handyDate)
Is the date and hour same as the specified date?
|
boolean |
HandyDate.isHourSameAs(HandyDate handyDate)
Is the hour of this date same as the hour of the specified date?
|
boolean |
HandyDate.isMinuteOfDateSameAs(HandyDate handyDate)
Is the date and hour and minute same as the specified date?
|
boolean |
HandyDate.isMinuteSameAs(HandyDate handyDate)
Is the minute of this date same as the minute of the specified date?
|
boolean |
HandyDate.isMonthOfYearSameAs(HandyDate handyDate)
Is the year and month of this date same as the specified date?
|
boolean |
HandyDate.isMonthSameAs(HandyDate handyDate)
Is the month of this date same as the month of the specified date?
|
boolean |
HandyDate.isSecondOfDateSameAs(HandyDate handyDate)
Is the date and time same as the specified date?
|
boolean |
HandyDate.isSecondSameAs(HandyDate handyDate)
Is the second of this date same as the second of the specified date?
|
boolean |
HandyDate.isYearSameAs(HandyDate handyDate)
Is the year of this date same as the year of the specified date?
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
BusinessDayDeterminer.isBusinessDay(HandyDate handyDate)
Does the (handy) date specify business day?
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.