クラス
org.mtzky.date.DateHelper の使用

DateHelper を使用しているパッケージ
org.mtzky.date This package defines utility classes for working with date, time, and calendar. 
 

org.mtzky.date での DateHelper の使用
 

org.mtzky.date での DateHelper のサブクラス
 class ThreadLocalDateHelper
           Initializes time as System.currentTimeMillis() fixedly within ThreadLocal.
 

DateHelper を返す org.mtzky.date のメソッド
 DateHelper DateHelper.add(int field, int amount)
           Adds or subtracts the specified amount of time to the given calendar field, based on the calendar's rules.
 DateHelper DateHelper.clone()
           
 DateHelper DateHelper.roll(int field, int amount)
           Adds the specified (signed) amount to the specified calendar field without changing larger fields.
 DateHelper DateHelper.set(int field, int value)
           Sets the given calendar field to the given value.
 DateHelper DateHelper.setFirstDayOfWeek(int firstDayOfWeek)
           
 DateHelper DateHelper.setLocale(Locale locale)
           
 DateHelper DateHelper.setTimeZone(TimeZone timeZone)
           
 DateHelper DateHelper.truncate(int field)
           Truncates a time leaving the specified field.
 

DateHelper 型のパラメータを持つ org.mtzky.date のメソッド
 int DateHelper.compareTo(DateHelper dateHelper)
           
 



Copyright (C) 2010-2011 Mtzky. AllRights Reserved.