IntlCalendar::setMinimalDaysInFirstWeek
Set minimal number of days the first week in a year or month can have
Beschreibung
Objektorientierter Stil
public bool IntlCalendar::setMinimalDaysInFirstWeek
( int $minimalDays
)
bool intlcal_get_minimal_days_in_first_week
( IntlCalendar $cal
, int $minimalDays
)
Parameter-Liste
-
cal
-
The IntlCalendar resource.
-
minimalDays
-
The number of minimal days to set.
Rückgabewerte
TRUE on success, FALSE on failure.