クラス
org.boxed_economy.components.realclock.TimeOfDay の使用

TimeOfDay を使用しているパッケージ
org.boxed_economy.components.realclock   
 

org.boxed_economy.components.realclock での TimeOfDay の使用
 

TimeOfDay を返す org.boxed_economy.components.realclock のメソッド
 TimeOfDay TimeOfDay.getTimeOfDay(Time gainTime)
          このオブジェクトが表わしているtimeOfDayから引数のhourだけ進めたtimeOfDayを返します。
 TimeOfDay TimeOfDay.getTimeOfDayByYear(int addvalue)
          整数で表された引き数だけ、yearを経過させたtimeOfDayを返します。
 TimeOfDay TimeOfDay.getMonthTimeOfDayByMonth(int addvalue)
          整数で表された引き数だけ、monthを経過させたtimeOfDayを返します。
 TimeOfDay TimeOfDay.getTimeOfDayByDay(int addvalue)
          整数で表された引き数だけ、dayを経過させたtimeOfDayを返します。
 TimeOfDay TimeOfDay.getTimeOfDayByHour(int addvalue)
          整数で表された引き数だけ、hourを経過させたtimeOfDayを返します。
 TimeOfDay TimeOfDay.getTimeOfDayByMinute(int addvalue)
          整数で表された引き数だけ、minuteを経過させたtimeOfDayを返します。
 TimeOfDay TimeOfDay.getTimeOfDayBySecond(int addvalue)
          整数で表された引き数だけ、secondを経過させたtimeOfDayを返します。
 TimeOfDay TimeLimitedTimeRunSetting.getEndTimeOfDay()
          終了時刻を現在時刻と実行時間から計算して返します。
 TimeOfDay RealClock.getCurrentTimeOfDay()
          現在のtimeOfDayを返します
 TimeOfDay EndTimeOfDayLimitedTimeRunSetting.getEndTimeOfDay()
          設定された終了時刻を返します。
abstract  TimeOfDay AbstractRealClockLimitedTimeRunSetting.getEndTimeOfDay()
          Method getEndTimeOfDay.
 

TimeOfDay 型のパラメータを持つ org.boxed_economy.components.realclock のメソッド
 Time TimeOfDay.getTimeDifference(TimeOfDay target)
          このカレンダーが指しているtimeOfDayと引数のtimeOfDayの差をTimeで返します。
 Time TimeOfDay.getMonthDifference(TimeOfDay target)
          DefaultTimeOfDayで付け加えられたメソッド getTimeDifferenceをmonthをunitとして返します。
 void RealClock.setCurrentTimeOfDay(TimeOfDay timeOfDay)
          現在のtimeOfDayを設定します。
 

TimeOfDay 型のパラメータを持つ org.boxed_economy.components.realclock のコンストラクタ
SetStepNumByEndTimeOfDayCommand(BESPContainer container, TimeOfDay newendTimeOfDay)
           
EndTimeOfDayLimitedTimeRunSetting(RealClock clock, TimeOfDay endTimeOfDay)
          コンストラクタです。