IntlCalendar::getMinimum

フィールドのグローバルな最小値を返す

説明

オブジェクト指向型

public intfalse IntlCalendar::getMinimum(int $field)

手続き型

intfalse intlcal_get_minimum(IntlCalendar $calendar, int $field)

この特定のカレンダーにおける、 フィールドのグローバルな最小値を取得します。 この値は IntlCalendar::getActualMinimum が返す値に等しいか、より小さい値、 または IntlCalendar::getGreatestMinimum が返す値に等しいか、より小きい値になります。 グレゴリオ暦のカレンダーでは、 これらは(各フィールドについて)常に同じ値を返します。

パラメータ

calendar

IntlCalendar クラスのインスタンス。

field

IntlCalendar の日付/時刻 フィールド定数 のいずれか。 0 から IntlCalendar::FIELD_COUNT までの間の整数値です。

戻り値

フィールドの値を示す整数値を、フィールドの単位で返します。 失敗した場合に false を返します