|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectto.tetramorph.time.IntegerDate
public class IntegerDate
日付を"20080219"(2008年2月19日を表現)などと整数で表現して操作するための メソッド。
メソッドの概要 | |
---|---|
static int |
get(int year,
int month,
int day)
年月日をyyyymmdd形式のint型データに変換して返す。 |
static void |
reverse(int date,
int[] ymd)
yyyymmddの形式の日付データを年月日に分解してymdに書きこむ。 |
static int |
revjday(double jday,
java.util.TimeZone tz)
ユリウス日をグレゴリオ暦に変換してyyyymmdd形式のint型で返す。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static int revjday(double jday, java.util.TimeZone tz)
jday
- ユリウス日tz
- タイムゾーン
public static void reverse(int date, int[] ymd)
public static int get(int year, int month, int day)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |