|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectmokit.util.DateUtil
public class DateUtil
日付データを扱うための機能を提供します。
コンストラクタの概要 | |
---|---|
DateUtil()
|
メソッドの概要 | |
---|---|
static boolean |
checkDate(int year,
int month,
int date)
妥当な日付であるかチェックします。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DateUtil()
メソッドの詳細 |
---|
public static boolean checkDate(int year, int month, int date)
year
- 年month
- 月date
- 日
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |