|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectto.tetramorph.time.DateFormat
public class DateFormat
カレンダーの値をフォーマットして返すメソッド群。
メソッドの概要 | |
---|---|
static String |
getDateHourMinute(Calendar cal)
Calendarの日付文字列を"yyyy-mm-dd,曜日,hh:mm"という書式で返す。 |
static String |
getDateString(double jday)
デフォルトタイムゾーンにおけるユリウス日に対応する日付表現を返す。 |
static String |
getDateString(double jday,
TimeZone tz)
ユリウス日の日付表現を返す。 |
static String |
getDateString(GregorianCalendar gcal)
グレゴリアンカレンダーのERA情報つきの文字列表現を返す。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static String getDateString(GregorianCalendar gcal)
public static String getDateString(double jday, TimeZone tz)
public static String getDateString(double jday)
public static String getDateHourMinute(Calendar cal)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |