|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectplanet.calendar.CalendarFormat
public class CalendarFormat
カレンダー書式クラス
フィールドの概要 | |
---|---|
protected CalendarForPlanet |
calendar
カレンダー |
protected java.text.DateFormat |
dateFormat
日付書式 |
protected static java.text.DecimalFormat |
DFORM
数値書式 |
protected static java.util.TimeZone |
GMT
GMTのタイムゾーン |
protected static java.util.TimeZone |
LOCAL
ローカルのタイムゾーン |
コンストラクタの概要 | |
---|---|
CalendarFormat(CalendarForPlanet calendar)
カレンダー書式を構築する |
メソッドの概要 | |
---|---|
java.lang.String[] |
getDefaultStrings()
デフォルトの日付文字列表現を返す |
java.lang.String |
getGMTDateString()
GMT 日付を表す文字列を取り出す |
java.lang.String |
getJDString()
ユリウス日を表す文字列を取り出す |
java.lang.String |
getLocalDateString()
ローカル日付を表す文字列を取り出す |
java.lang.String |
getMJDString()
準ユリウス日を表す文字列を取り出す |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static final java.util.TimeZone GMT
protected static final java.util.TimeZone LOCAL
protected static final java.text.DecimalFormat DFORM
protected CalendarForPlanet calendar
protected java.text.DateFormat dateFormat
コンストラクタの詳細 |
---|
public CalendarFormat(CalendarForPlanet calendar)
calendar
- カレンダーメソッドの詳細 |
---|
public java.lang.String getLocalDateString()
public java.lang.String getGMTDateString()
public java.lang.String getJDString()
public java.lang.String getMJDString()
public java.lang.String[] getDefaultStrings()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |