Methods |
public
static
|
isMutable(): bool
Returns true if the current class/instance is mutable.
Returns true if the current class/instance is mutable.
Implements
|
#
|
public
|
isUtc(): bool
Check if the current instance has UTC timezone. (Both isUtc and isUTC cases are valid.)
Check if the current instance has UTC timezone. (Both isUtc and isUTC cases are valid.)
Implements
|
#
|
public
|
isLocal(): bool
Check if the current instance has non-UTC timezone.
Check if the current instance has non-UTC timezone.
Implements
|
#
|
public
|
isValid(): bool
Check if the current instance is a valid date.
Check if the current instance is a valid date.
Implements
|
#
|
public
|
isDST(): bool
Check if the current instance is in a daylight saving time.
Check if the current instance is in a daylight saving time.
Implements
|
#
|
public
|
isSunday(): bool
Checks if the instance day is sunday.
Checks if the instance day is sunday.
Implements
|
#
|
public
|
isMonday(): bool
Checks if the instance day is monday.
Checks if the instance day is monday.
Implements
|
#
|
public
|
isTuesday(): bool
Checks if the instance day is tuesday.
Checks if the instance day is tuesday.
Implements
|
#
|
public
|
isWednesday(): bool
Checks if the instance day is wednesday.
Checks if the instance day is wednesday.
Implements
|
#
|
public
|
isThursday(): bool
Checks if the instance day is thursday.
Checks if the instance day is thursday.
Implements
|
#
|
public
|
isFriday(): bool
Checks if the instance day is friday.
Checks if the instance day is friday.
Implements
|
#
|
public
|
isSaturday(): bool
Checks if the instance day is saturday.
Checks if the instance day is saturday.
Implements
|
#
|
public
|
isSameYear(DateTimeInterface|string $date): bool
Checks if the given date is in the same year as the instance. If null passed, compare to now (with the same timezone).
Checks if the given date is in the same year as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentYear(): bool
Checks if the instance is in the same year as the current moment.
Checks if the instance is in the same year as the current moment.
Implements
|
#
|
public
|
isNextYear(): bool
Checks if the instance is in the same year as the current moment next year.
Checks if the instance is in the same year as the current moment next year.
Implements
|
#
|
public
|
isLastYear(): bool
Checks if the instance is in the same year as the current moment last year.
Checks if the instance is in the same year as the current moment last year.
Implements
|
#
|
public
|
isCurrentMonth(): bool
Checks if the instance is in the same month as the current moment.
Checks if the instance is in the same month as the current moment.
Implements
|
#
|
public
|
isNextMonth(): bool
Checks if the instance is in the same month as the current moment next month.
Checks if the instance is in the same month as the current moment next month.
Implements
|
#
|
public
|
isLastMonth(): bool
Checks if the instance is in the same month as the current moment last month.
Checks if the instance is in the same month as the current moment last month.
Implements
|
#
|
public
|
isSameWeek(DateTimeInterface|string $date): bool
Checks if the given date is in the same week as the instance. If null passed, compare to now (with the same timezone).
Checks if the given date is in the same week as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentWeek(): bool
Checks if the instance is in the same week as the current moment.
Checks if the instance is in the same week as the current moment.
Implements
|
#
|
public
|
isNextWeek(): bool
Checks if the instance is in the same week as the current moment next week.
Checks if the instance is in the same week as the current moment next week.
Implements
|
#
|
public
|
isLastWeek(): bool
Checks if the instance is in the same week as the current moment last week.
Checks if the instance is in the same week as the current moment last week.
Implements
|
#
|
public
|
isSameDay(DateTimeInterface|string $date): bool
Checks if the given date is in the same day as the instance. If null passed, compare to now (with the same timezone).
Checks if the given date is in the same day as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentDay(): bool
Checks if the instance is in the same day as the current moment.
Checks if the instance is in the same day as the current moment.
Implements
|
#
|
public
|
isNextDay(): bool
Checks if the instance is in the same day as the current moment next day.
Checks if the instance is in the same day as the current moment next day.
Implements
|
#
|
public
|
isLastDay(): bool
Checks if the instance is in the same day as the current moment last day.
Checks if the instance is in the same day as the current moment last day.
Implements
|
#
|
public
|
isSameHour(DateTimeInterface|string $date): bool
Checks if the given date is in the same hour as the instance. If null passed, compare to now (with the same timezone).
Checks if the given date is in the same hour as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentHour(): bool
Checks if the instance is in the same hour as the current moment.
Checks if the instance is in the same hour as the current moment.
Implements
|
#
|
public
|
isNextHour(): bool
Checks if the instance is in the same hour as the current moment next hour.
Checks if the instance is in the same hour as the current moment next hour.
Implements
|
#
|
public
|
isLastHour(): bool
Checks if the instance is in the same hour as the current moment last hour.
Checks if the instance is in the same hour as the current moment last hour.
Implements
|
#
|
public
|
isSameMinute(DateTimeInterface|string $date): bool
Checks if the given date is in the same minute as the instance. If null passed, compare to now (with the same timezone).
Checks if the given date is in the same minute as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentMinute(): bool
Checks if the instance is in the same minute as the current moment.
Checks if the instance is in the same minute as the current moment.
Implements
|
#
|
public
|
isNextMinute(): bool
Checks if the instance is in the same minute as the current moment next minute.
Checks if the instance is in the same minute as the current moment next minute.
Implements
|
#
|
public
|
isLastMinute(): bool
Checks if the instance is in the same minute as the current moment last minute.
Checks if the instance is in the same minute as the current moment last minute.
Implements
|
#
|
public
|
isSameSecond(DateTimeInterface|string $date): bool
Checks if the given date is in the same second as the instance. If null passed, compare to now (with the same timezone).
Checks if the given date is in the same second as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentSecond(): bool
Checks if the instance is in the same second as the current moment.
Checks if the instance is in the same second as the current moment.
Implements
|
#
|
public
|
isNextSecond(): bool
Checks if the instance is in the same second as the current moment next second.
Checks if the instance is in the same second as the current moment next second.
Implements
|
#
|
public
|
isLastSecond(): bool
Checks if the instance is in the same second as the current moment last second.
Checks if the instance is in the same second as the current moment last second.
Implements
|
#
|
public
|
isSameMilli(DateTimeInterface|string $date): bool
Checks if the given date is in the same millisecond as the instance. If null passed, compare to now (with the same…
Checks if the given date is in the same millisecond as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentMilli(): bool
Checks if the instance is in the same millisecond as the current moment.
Checks if the instance is in the same millisecond as the current moment.
Implements
|
#
|
public
|
isNextMilli(): bool
Checks if the instance is in the same millisecond as the current moment next millisecond.
Checks if the instance is in the same millisecond as the current moment next millisecond.
Implements
|
#
|
public
|
isLastMilli(): bool
Checks if the instance is in the same millisecond as the current moment last millisecond.
Checks if the instance is in the same millisecond as the current moment last millisecond.
Implements
|
#
|
public
|
isSameMillisecond(DateTimeInterface|string $date): bool
Checks if the given date is in the same millisecond as the instance. If null passed, compare to now (with the same…
Checks if the given date is in the same millisecond as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentMillisecond(): bool
Checks if the instance is in the same millisecond as the current moment.
Checks if the instance is in the same millisecond as the current moment.
Implements
|
#
|
public
|
isNextMillisecond(): bool
Checks if the instance is in the same millisecond as the current moment next millisecond.
Checks if the instance is in the same millisecond as the current moment next millisecond.
Implements
|
#
|
public
|
isLastMillisecond(): bool
Checks if the instance is in the same millisecond as the current moment last millisecond.
Checks if the instance is in the same millisecond as the current moment last millisecond.
Implements
|
#
|
public
|
isSameMicro(DateTimeInterface|string $date): bool
Checks if the given date is in the same microsecond as the instance. If null passed, compare to now (with the same…
Checks if the given date is in the same microsecond as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentMicro(): bool
Checks if the instance is in the same microsecond as the current moment.
Checks if the instance is in the same microsecond as the current moment.
Implements
|
#
|
public
|
isNextMicro(): bool
Checks if the instance is in the same microsecond as the current moment next microsecond.
Checks if the instance is in the same microsecond as the current moment next microsecond.
Implements
|
#
|
public
|
isLastMicro(): bool
Checks if the instance is in the same microsecond as the current moment last microsecond.
Checks if the instance is in the same microsecond as the current moment last microsecond.
Implements
|
#
|
public
|
isSameMicrosecond(DateTimeInterface|string $date): bool
Checks if the given date is in the same microsecond as the instance. If null passed, compare to now (with the same…
Checks if the given date is in the same microsecond as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentMicrosecond(): bool
Checks if the instance is in the same microsecond as the current moment.
Checks if the instance is in the same microsecond as the current moment.
Implements
|
#
|
public
|
isNextMicrosecond(): bool
Checks if the instance is in the same microsecond as the current moment next microsecond.
Checks if the instance is in the same microsecond as the current moment next microsecond.
Implements
|
#
|
public
|
isLastMicrosecond(): bool
Checks if the instance is in the same microsecond as the current moment last microsecond.
Checks if the instance is in the same microsecond as the current moment last microsecond.
Implements
|
#
|
public
|
isSameDecade(DateTimeInterface|string $date): bool
Checks if the given date is in the same decade as the instance. If null passed, compare to now (with the same timezone).
Checks if the given date is in the same decade as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentDecade(): bool
Checks if the instance is in the same decade as the current moment.
Checks if the instance is in the same decade as the current moment.
Implements
|
#
|
public
|
isNextDecade(): bool
Checks if the instance is in the same decade as the current moment next decade.
Checks if the instance is in the same decade as the current moment next decade.
Implements
|
#
|
public
|
isLastDecade(): bool
Checks if the instance is in the same decade as the current moment last decade.
Checks if the instance is in the same decade as the current moment last decade.
Implements
|
#
|
public
|
isSameCentury(DateTimeInterface|string $date): bool
Checks if the given date is in the same century as the instance. If null passed, compare to now (with the same timezone…
Checks if the given date is in the same century as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentCentury(): bool
Checks if the instance is in the same century as the current moment.
Checks if the instance is in the same century as the current moment.
Implements
|
#
|
public
|
isNextCentury(): bool
Checks if the instance is in the same century as the current moment next century.
Checks if the instance is in the same century as the current moment next century.
Implements
|
#
|
public
|
isLastCentury(): bool
Checks if the instance is in the same century as the current moment last century.
Checks if the instance is in the same century as the current moment last century.
Implements
|
#
|
public
|
isSameMillennium(DateTimeInterface|string $date): bool
Checks if the given date is in the same millennium as the instance. If null passed, compare to now (with the same…
Checks if the given date is in the same millennium as the instance. If null passed, compare to now (with the same timezone).
Implements
|
#
|
public
|
isCurrentMillennium(): bool
Checks if the instance is in the same millennium as the current moment.
Checks if the instance is in the same millennium as the current moment.
Implements
|
#
|
public
|
isNextMillennium(): bool
Checks if the instance is in the same millennium as the current moment next millennium.
Checks if the instance is in the same millennium as the current moment next millennium.
Implements
|
#
|
public
|
isLastMillennium(): bool
Checks if the instance is in the same millennium as the current moment last millennium.
Checks if the instance is in the same millennium as the current moment last millennium.
Implements
|
#
|
public
|
isCurrentQuarter(): bool
Checks if the instance is in the same quarter as the current moment.
Checks if the instance is in the same quarter as the current moment.
Implements
|
#
|
public
|
isNextQuarter(): bool
Checks if the instance is in the same quarter as the current moment next quarter.
Checks if the instance is in the same quarter as the current moment next quarter.
Implements
|
#
|
public
|
isLastQuarter(): bool
Checks if the instance is in the same quarter as the current moment last quarter.
Checks if the instance is in the same quarter as the current moment last quarter.
Implements
|
#
|
public
|
years(int $value): $this
Set current instance year to the given value.
Set current instance year to the given value.
Implements
|
#
|
public
|
year(int $value): $this
Set current instance year to the given value.
Set current instance year to the given value.
Implements
|
#
|
public
|
setYears(int $value): $this
Set current instance year to the given value.
Set current instance year to the given value.
Implements
|
#
|
public
|
setYear(int $value): $this
Set current instance year to the given value.
Set current instance year to the given value.
Implements
|
#
|
public
|
months(Month|int $value): $this
Set current instance month to the given value.
Set current instance month to the given value.
Implements
|
#
|
public
|
month(Month|int $value): $this
Set current instance month to the given value.
Set current instance month to the given value.
Implements
|
#
|
public
|
setMonths(Month|int $value): $this
Set current instance month to the given value.
Set current instance month to the given value.
Implements
|
#
|
public
|
setMonth(Month|int $value): $this
Set current instance month to the given value.
Set current instance month to the given value.
Implements
|
#
|
public
|
days(int $value): $this
Set current instance day to the given value.
Set current instance day to the given value.
Implements
|
#
|
public
|
day(int $value): $this
Set current instance day to the given value.
Set current instance day to the given value.
Implements
|
#
|
public
|
setDays(int $value): $this
Set current instance day to the given value.
Set current instance day to the given value.
Implements
|
#
|
public
|
setDay(int $value): $this
Set current instance day to the given value.
Set current instance day to the given value.
Implements
|
#
|
public
|
hours(int $value): $this
Set current instance hour to the given value.
Set current instance hour to the given value.
Implements
|
#
|
public
|
hour(int $value): $this
Set current instance hour to the given value.
Set current instance hour to the given value.
Implements
|
#
|
public
|
setHours(int $value): $this
Set current instance hour to the given value.
Set current instance hour to the given value.
Implements
|
#
|
public
|
setHour(int $value): $this
Set current instance hour to the given value.
Set current instance hour to the given value.
Implements
|
#
|
public
|
minutes(int $value): $this
Set current instance minute to the given value.
Set current instance minute to the given value.
Implements
|
#
|
public
|
minute(int $value): $this
Set current instance minute to the given value.
Set current instance minute to the given value.
Implements
|
#
|
public
|
setMinutes(int $value): $this
Set current instance minute to the given value.
Set current instance minute to the given value.
Implements
|
#
|
public
|
setMinute(int $value): $this
Set current instance minute to the given value.
Set current instance minute to the given value.
Implements
|
#
|
public
|
seconds(int $value): $this
Set current instance second to the given value.
Set current instance second to the given value.
Implements
|
#
|
public
|
second(int $value): $this
Set current instance second to the given value.
Set current instance second to the given value.
Implements
|
#
|
public
|
setSeconds(int $value): $this
Set current instance second to the given value.
Set current instance second to the given value.
Implements
|
#
|
public
|
setSecond(int $value): $this
Set current instance second to the given value.
Set current instance second to the given value.
Implements
|
#
|
public
|
millis(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
milli(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
setMillis(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
setMilli(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
milliseconds(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
millisecond(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
setMilliseconds(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
setMillisecond(int $value): $this
Set current instance millisecond to the given value.
Set current instance millisecond to the given value.
Implements
|
#
|
public
|
micros(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
micro(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
setMicros(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
setMicro(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
microseconds(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
microsecond(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
setMicroseconds(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
setMicrosecond(int $value): $this
Set current instance microsecond to the given value.
Set current instance microsecond to the given value.
Implements
|
#
|
public
|
addYears(int|float $value = 1): $this
Add years (the $value count passed in) to the instance (using date interval).
Add years (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addYear(): $this
Add one year to the instance (using date interval).
Add one year to the instance (using date interval).
Implements
|
#
|
public
|
subYears(int|float $value = 1): $this
Sub years (the $value count passed in) to the instance (using date interval).
Sub years (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subYear(): $this
Sub one year to the instance (using date interval).
Sub one year to the instance (using date interval).
Implements
|
#
|
public
|
addYearsWithOverflow(int|float $value = 1): $this
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addYearWithOverflow(): $this
Add one year to the instance (using date interval) with overflow explicitly allowed.
Add one year to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subYearsWithOverflow(int|float $value = 1): $this
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subYearWithOverflow(): $this
Sub one year to the instance (using date interval) with overflow explicitly allowed.
Sub one year to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addYearsWithoutOverflow(int|float $value = 1): $this
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addYearWithoutOverflow(): $this
Add one year to the instance (using date interval) with overflow explicitly forbidden.
Add one year to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subYearsWithoutOverflow(int|float $value = 1): $this
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subYearWithoutOverflow(): $this
Sub one year to the instance (using date interval) with overflow explicitly forbidden.
Sub one year to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addYearsWithNoOverflow(int|float $value = 1): $this
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addYearWithNoOverflow(): $this
Add one year to the instance (using date interval) with overflow explicitly forbidden.
Add one year to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subYearsWithNoOverflow(int|float $value = 1): $this
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subYearWithNoOverflow(): $this
Sub one year to the instance (using date interval) with overflow explicitly forbidden.
Sub one year to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addYearsNoOverflow(int|float $value = 1): $this
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addYearNoOverflow(): $this
Add one year to the instance (using date interval) with overflow explicitly forbidden.
Add one year to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subYearsNoOverflow(int|float $value = 1): $this
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub years (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subYearNoOverflow(): $this
Sub one year to the instance (using date interval) with overflow explicitly forbidden.
Sub one year to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMonths(int|float $value = 1): $this
Add months (the $value count passed in) to the instance (using date interval).
Add months (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addMonth(): $this
Add one month to the instance (using date interval).
Add one month to the instance (using date interval).
Implements
|
#
|
public
|
subMonths(int|float $value = 1): $this
Sub months (the $value count passed in) to the instance (using date interval).
Sub months (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subMonth(): $this
Sub one month to the instance (using date interval).
Sub one month to the instance (using date interval).
Implements
|
#
|
public
|
addMonthsWithOverflow(int|float $value = 1): $this
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addMonthWithOverflow(): $this
Add one month to the instance (using date interval) with overflow explicitly allowed.
Add one month to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subMonthsWithOverflow(int|float $value = 1): $this
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subMonthWithOverflow(): $this
Sub one month to the instance (using date interval) with overflow explicitly allowed.
Sub one month to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addMonthsWithoutOverflow(int|float $value = 1): $this
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMonthWithoutOverflow(): $this
Add one month to the instance (using date interval) with overflow explicitly forbidden.
Add one month to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMonthsWithoutOverflow(int|float $value = 1): $this
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMonthWithoutOverflow(): $this
Sub one month to the instance (using date interval) with overflow explicitly forbidden.
Sub one month to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMonthsWithNoOverflow(int|float $value = 1): $this
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMonthWithNoOverflow(): $this
Add one month to the instance (using date interval) with overflow explicitly forbidden.
Add one month to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMonthsWithNoOverflow(int|float $value = 1): $this
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMonthWithNoOverflow(): $this
Sub one month to the instance (using date interval) with overflow explicitly forbidden.
Sub one month to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMonthsNoOverflow(int|float $value = 1): $this
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMonthNoOverflow(): $this
Add one month to the instance (using date interval) with overflow explicitly forbidden.
Add one month to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMonthsNoOverflow(int|float $value = 1): $this
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub months (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMonthNoOverflow(): $this
Sub one month to the instance (using date interval) with overflow explicitly forbidden.
Sub one month to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addDays(int|float $value = 1): $this
Add days (the $value count passed in) to the instance (using date interval).
Add days (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addDay(): $this
Add one day to the instance (using date interval).
Add one day to the instance (using date interval).
Implements
|
#
|
public
|
subDays(int|float $value = 1): $this
Sub days (the $value count passed in) to the instance (using date interval).
Sub days (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subDay(): $this
Sub one day to the instance (using date interval).
Sub one day to the instance (using date interval).
Implements
|
#
|
public
|
addHours(int|float $value = 1): $this
Add hours (the $value count passed in) to the instance (using date interval).
Add hours (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addHour(): $this
Add one hour to the instance (using date interval).
Add one hour to the instance (using date interval).
Implements
|
#
|
public
|
subHours(int|float $value = 1): $this
Sub hours (the $value count passed in) to the instance (using date interval).
Sub hours (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subHour(): $this
Sub one hour to the instance (using date interval).
Sub one hour to the instance (using date interval).
Implements
|
#
|
public
|
addMinutes(int|float $value = 1): $this
Add minutes (the $value count passed in) to the instance (using date interval).
Add minutes (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addMinute(): $this
Add one minute to the instance (using date interval).
Add one minute to the instance (using date interval).
Implements
|
#
|
public
|
subMinutes(int|float $value = 1): $this
Sub minutes (the $value count passed in) to the instance (using date interval).
Sub minutes (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subMinute(): $this
Sub one minute to the instance (using date interval).
Sub one minute to the instance (using date interval).
Implements
|
#
|
public
|
addSeconds(int|float $value = 1): $this
Add seconds (the $value count passed in) to the instance (using date interval).
Add seconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addSecond(): $this
Add one second to the instance (using date interval).
Add one second to the instance (using date interval).
Implements
|
#
|
public
|
subSeconds(int|float $value = 1): $this
Sub seconds (the $value count passed in) to the instance (using date interval).
Sub seconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subSecond(): $this
Sub one second to the instance (using date interval).
Sub one second to the instance (using date interval).
Implements
|
#
|
public
|
addMillis(int|float $value = 1): $this
Add milliseconds (the $value count passed in) to the instance (using date interval).
Add milliseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addMilli(): $this
Add one millisecond to the instance (using date interval).
Add one millisecond to the instance (using date interval).
Implements
|
#
|
public
|
subMillis(int|float $value = 1): $this
Sub milliseconds (the $value count passed in) to the instance (using date interval).
Sub milliseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subMilli(): $this
Sub one millisecond to the instance (using date interval).
Sub one millisecond to the instance (using date interval).
Implements
|
#
|
public
|
addMilliseconds(int|float $value = 1): $this
Add milliseconds (the $value count passed in) to the instance (using date interval).
Add milliseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addMillisecond(): $this
Add one millisecond to the instance (using date interval).
Add one millisecond to the instance (using date interval).
Implements
|
#
|
public
|
subMilliseconds(int|float $value = 1): $this
Sub milliseconds (the $value count passed in) to the instance (using date interval).
Sub milliseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subMillisecond(): $this
Sub one millisecond to the instance (using date interval).
Sub one millisecond to the instance (using date interval).
Implements
|
#
|
public
|
addMicros(int|float $value = 1): $this
Add microseconds (the $value count passed in) to the instance (using date interval).
Add microseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addMicro(): $this
Add one microsecond to the instance (using date interval).
Add one microsecond to the instance (using date interval).
Implements
|
#
|
public
|
subMicros(int|float $value = 1): $this
Sub microseconds (the $value count passed in) to the instance (using date interval).
Sub microseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subMicro(): $this
Sub one microsecond to the instance (using date interval).
Sub one microsecond to the instance (using date interval).
Implements
|
#
|
public
|
addMicroseconds(int|float $value = 1): $this
Add microseconds (the $value count passed in) to the instance (using date interval).
Add microseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addMicrosecond(): $this
Add one microsecond to the instance (using date interval).
Add one microsecond to the instance (using date interval).
Implements
|
#
|
public
|
subMicroseconds(int|float $value = 1): $this
Sub microseconds (the $value count passed in) to the instance (using date interval).
Sub microseconds (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subMicrosecond(): $this
Sub one microsecond to the instance (using date interval).
Sub one microsecond to the instance (using date interval).
Implements
|
#
|
public
|
addMillennia(int|float $value = 1): $this
Add millennia (the $value count passed in) to the instance (using date interval).
Add millennia (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addMillennium(): $this
Add one millennium to the instance (using date interval).
Add one millennium to the instance (using date interval).
Implements
|
#
|
public
|
subMillennia(int|float $value = 1): $this
Sub millennia (the $value count passed in) to the instance (using date interval).
Sub millennia (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subMillennium(): $this
Sub one millennium to the instance (using date interval).
Sub one millennium to the instance (using date interval).
Implements
|
#
|
public
|
addMillenniaWithOverflow(int|float $value = 1): $this
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addMillenniumWithOverflow(): $this
Add one millennium to the instance (using date interval) with overflow explicitly allowed.
Add one millennium to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subMillenniaWithOverflow(int|float $value = 1): $this
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subMillenniumWithOverflow(): $this
Sub one millennium to the instance (using date interval) with overflow explicitly allowed.
Sub one millennium to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addMillenniaWithoutOverflow(int|float $value = 1): $this
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMillenniumWithoutOverflow(): $this
Add one millennium to the instance (using date interval) with overflow explicitly forbidden.
Add one millennium to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMillenniaWithoutOverflow(int|float $value = 1): $this
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMillenniumWithoutOverflow(): $this
Sub one millennium to the instance (using date interval) with overflow explicitly forbidden.
Sub one millennium to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMillenniaWithNoOverflow(int|float $value = 1): $this
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMillenniumWithNoOverflow(): $this
Add one millennium to the instance (using date interval) with overflow explicitly forbidden.
Add one millennium to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMillenniaWithNoOverflow(int|float $value = 1): $this
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMillenniumWithNoOverflow(): $this
Sub one millennium to the instance (using date interval) with overflow explicitly forbidden.
Sub one millennium to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMillenniaNoOverflow(int|float $value = 1): $this
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addMillenniumNoOverflow(): $this
Add one millennium to the instance (using date interval) with overflow explicitly forbidden.
Add one millennium to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMillenniaNoOverflow(int|float $value = 1): $this
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub millennia (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subMillenniumNoOverflow(): $this
Sub one millennium to the instance (using date interval) with overflow explicitly forbidden.
Sub one millennium to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addCenturies(int|float $value = 1): $this
Add centuries (the $value count passed in) to the instance (using date interval).
Add centuries (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addCentury(): $this
Add one century to the instance (using date interval).
Add one century to the instance (using date interval).
Implements
|
#
|
public
|
subCenturies(int|float $value = 1): $this
Sub centuries (the $value count passed in) to the instance (using date interval).
Sub centuries (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subCentury(): $this
Sub one century to the instance (using date interval).
Sub one century to the instance (using date interval).
Implements
|
#
|
public
|
addCenturiesWithOverflow(int|float $value = 1): $this
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addCenturyWithOverflow(): $this
Add one century to the instance (using date interval) with overflow explicitly allowed.
Add one century to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subCenturiesWithOverflow(int|float $value = 1): $this
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subCenturyWithOverflow(): $this
Sub one century to the instance (using date interval) with overflow explicitly allowed.
Sub one century to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addCenturiesWithoutOverflow(int|float $value = 1): $this
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addCenturyWithoutOverflow(): $this
Add one century to the instance (using date interval) with overflow explicitly forbidden.
Add one century to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subCenturiesWithoutOverflow(int|float $value = 1): $this
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subCenturyWithoutOverflow(): $this
Sub one century to the instance (using date interval) with overflow explicitly forbidden.
Sub one century to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addCenturiesWithNoOverflow(int|float $value = 1): $this
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addCenturyWithNoOverflow(): $this
Add one century to the instance (using date interval) with overflow explicitly forbidden.
Add one century to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subCenturiesWithNoOverflow(int|float $value = 1): $this
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subCenturyWithNoOverflow(): $this
Sub one century to the instance (using date interval) with overflow explicitly forbidden.
Sub one century to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addCenturiesNoOverflow(int|float $value = 1): $this
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addCenturyNoOverflow(): $this
Add one century to the instance (using date interval) with overflow explicitly forbidden.
Add one century to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subCenturiesNoOverflow(int|float $value = 1): $this
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub centuries (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subCenturyNoOverflow(): $this
Sub one century to the instance (using date interval) with overflow explicitly forbidden.
Sub one century to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addDecades(int|float $value = 1): $this
Add decades (the $value count passed in) to the instance (using date interval).
Add decades (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addDecade(): $this
Add one decade to the instance (using date interval).
Add one decade to the instance (using date interval).
Implements
|
#
|
public
|
subDecades(int|float $value = 1): $this
Sub decades (the $value count passed in) to the instance (using date interval).
Sub decades (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subDecade(): $this
Sub one decade to the instance (using date interval).
Sub one decade to the instance (using date interval).
Implements
|
#
|
public
|
addDecadesWithOverflow(int|float $value = 1): $this
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addDecadeWithOverflow(): $this
Add one decade to the instance (using date interval) with overflow explicitly allowed.
Add one decade to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subDecadesWithOverflow(int|float $value = 1): $this
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subDecadeWithOverflow(): $this
Sub one decade to the instance (using date interval) with overflow explicitly allowed.
Sub one decade to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addDecadesWithoutOverflow(int|float $value = 1): $this
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addDecadeWithoutOverflow(): $this
Add one decade to the instance (using date interval) with overflow explicitly forbidden.
Add one decade to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subDecadesWithoutOverflow(int|float $value = 1): $this
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subDecadeWithoutOverflow(): $this
Sub one decade to the instance (using date interval) with overflow explicitly forbidden.
Sub one decade to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addDecadesWithNoOverflow(int|float $value = 1): $this
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addDecadeWithNoOverflow(): $this
Add one decade to the instance (using date interval) with overflow explicitly forbidden.
Add one decade to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subDecadesWithNoOverflow(int|float $value = 1): $this
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subDecadeWithNoOverflow(): $this
Sub one decade to the instance (using date interval) with overflow explicitly forbidden.
Sub one decade to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addDecadesNoOverflow(int|float $value = 1): $this
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addDecadeNoOverflow(): $this
Add one decade to the instance (using date interval) with overflow explicitly forbidden.
Add one decade to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subDecadesNoOverflow(int|float $value = 1): $this
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub decades (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subDecadeNoOverflow(): $this
Sub one decade to the instance (using date interval) with overflow explicitly forbidden.
Sub one decade to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addQuarters(int|float $value = 1): $this
Add quarters (the $value count passed in) to the instance (using date interval).
Add quarters (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addQuarter(): $this
Add one quarter to the instance (using date interval).
Add one quarter to the instance (using date interval).
Implements
|
#
|
public
|
subQuarters(int|float $value = 1): $this
Sub quarters (the $value count passed in) to the instance (using date interval).
Sub quarters (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subQuarter(): $this
Sub one quarter to the instance (using date interval).
Sub one quarter to the instance (using date interval).
Implements
|
#
|
public
|
addQuartersWithOverflow(int|float $value = 1): $this
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addQuarterWithOverflow(): $this
Add one quarter to the instance (using date interval) with overflow explicitly allowed.
Add one quarter to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subQuartersWithOverflow(int|float $value = 1): $this
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
subQuarterWithOverflow(): $this
Sub one quarter to the instance (using date interval) with overflow explicitly allowed.
Sub one quarter to the instance (using date interval) with overflow explicitly allowed.
Implements
|
#
|
public
|
addQuartersWithoutOverflow(int|float $value = 1): $this
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addQuarterWithoutOverflow(): $this
Add one quarter to the instance (using date interval) with overflow explicitly forbidden.
Add one quarter to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subQuartersWithoutOverflow(int|float $value = 1): $this
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subQuarterWithoutOverflow(): $this
Sub one quarter to the instance (using date interval) with overflow explicitly forbidden.
Sub one quarter to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addQuartersWithNoOverflow(int|float $value = 1): $this
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addQuarterWithNoOverflow(): $this
Add one quarter to the instance (using date interval) with overflow explicitly forbidden.
Add one quarter to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subQuartersWithNoOverflow(int|float $value = 1): $this
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subQuarterWithNoOverflow(): $this
Sub one quarter to the instance (using date interval) with overflow explicitly forbidden.
Sub one quarter to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addQuartersNoOverflow(int|float $value = 1): $this
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Add quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addQuarterNoOverflow(): $this
Add one quarter to the instance (using date interval) with overflow explicitly forbidden.
Add one quarter to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subQuartersNoOverflow(int|float $value = 1): $this
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Sub quarters (the $value count passed in) to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
subQuarterNoOverflow(): $this
Sub one quarter to the instance (using date interval) with overflow explicitly forbidden.
Sub one quarter to the instance (using date interval) with overflow explicitly forbidden.
Implements
|
#
|
public
|
addWeeks(int|float $value = 1): $this
Add weeks (the $value count passed in) to the instance (using date interval).
Add weeks (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addWeek(): $this
Add one week to the instance (using date interval).
Add one week to the instance (using date interval).
Implements
|
#
|
public
|
subWeeks(int|float $value = 1): $this
Sub weeks (the $value count passed in) to the instance (using date interval).
Sub weeks (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subWeek(): $this
Sub one week to the instance (using date interval).
Sub one week to the instance (using date interval).
Implements
|
#
|
public
|
addWeekdays(int|float $value = 1): $this
Add weekdays (the $value count passed in) to the instance (using date interval).
Add weekdays (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
addWeekday(): $this
Add one weekday to the instance (using date interval).
Add one weekday to the instance (using date interval).
Implements
|
#
|
public
|
subWeekdays(int|float $value = 1): $this
Sub weekdays (the $value count passed in) to the instance (using date interval).
Sub weekdays (the $value count passed in) to the instance (using date interval).
Implements
|
#
|
public
|
subWeekday(): $this
Sub one weekday to the instance (using date interval).
Sub one weekday to the instance (using date interval).
Implements
|
#
|
public
|
addUTCMicros(int|float $value = 1): $this
Add microseconds (the $value count passed in) to the instance (using timestamp).
Add microseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCMicro(): $this
Add one microsecond to the instance (using timestamp).
Add one microsecond to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMicros(int|float $value = 1): $this
Sub microseconds (the $value count passed in) to the instance (using timestamp).
Sub microseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMicro(): $this
Sub one microsecond to the instance (using timestamp).
Sub one microsecond to the instance (using timestamp).
Implements
|
#
|
public
|
microsUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each microsecond or…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each microsecond or every X microseconds if a factor is given.
Implements
|
#
|
public
|
diffInUTCMicros(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of microseconds.
Convert current and given date in UTC timezone and return a floating number of microseconds.
Implements
|
#
|
public
|
addUTCMicroseconds(int|float $value = 1): $this
Add microseconds (the $value count passed in) to the instance (using timestamp).
Add microseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCMicrosecond(): $this
Add one microsecond to the instance (using timestamp).
Add one microsecond to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMicroseconds(int|float $value = 1): $this
Sub microseconds (the $value count passed in) to the instance (using timestamp).
Sub microseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMicrosecond(): $this
Sub one microsecond to the instance (using timestamp).
Sub one microsecond to the instance (using timestamp).
Implements
|
#
|
public
|
microsecondsUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each microsecond or…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each microsecond or every X microseconds if a factor is given.
Implements
|
#
|
public
|
diffInUTCMicroseconds(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of microseconds.
Convert current and given date in UTC timezone and return a floating number of microseconds.
Implements
|
#
|
public
|
addUTCMillis(int|float $value = 1): $this
Add milliseconds (the $value count passed in) to the instance (using timestamp).
Add milliseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCMilli(): $this
Add one millisecond to the instance (using timestamp).
Add one millisecond to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMillis(int|float $value = 1): $this
Sub milliseconds (the $value count passed in) to the instance (using timestamp).
Sub milliseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMilli(): $this
Sub one millisecond to the instance (using timestamp).
Sub one millisecond to the instance (using timestamp).
Implements
|
#
|
public
|
millisUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each millisecond or…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each millisecond or every X milliseconds if a factor is given.
Implements
|
#
|
public
|
diffInUTCMillis(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of milliseconds.
Convert current and given date in UTC timezone and return a floating number of milliseconds.
Implements
|
#
|
public
|
addUTCMilliseconds(int|float $value = 1): $this
Add milliseconds (the $value count passed in) to the instance (using timestamp).
Add milliseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCMillisecond(): $this
Add one millisecond to the instance (using timestamp).
Add one millisecond to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMilliseconds(int|float $value = 1): $this
Sub milliseconds (the $value count passed in) to the instance (using timestamp).
Sub milliseconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMillisecond(): $this
Sub one millisecond to the instance (using timestamp).
Sub one millisecond to the instance (using timestamp).
Implements
|
#
|
public
|
millisecondsUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each millisecond or…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each millisecond or every X milliseconds if a factor is given.
Implements
|
#
|
public
|
diffInUTCMilliseconds(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of milliseconds.
Convert current and given date in UTC timezone and return a floating number of milliseconds.
Implements
|
#
|
public
|
addUTCSeconds(int|float $value = 1): $this
Add seconds (the $value count passed in) to the instance (using timestamp).
Add seconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCSecond(): $this
Add one second to the instance (using timestamp).
Add one second to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCSeconds(int|float $value = 1): $this
Sub seconds (the $value count passed in) to the instance (using timestamp).
Sub seconds (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCSecond(): $this
Sub one second to the instance (using timestamp).
Sub one second to the instance (using timestamp).
Implements
|
#
|
public
|
secondsUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each second or every…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each second or every X seconds if a factor is given.
Implements
|
#
|
public
|
diffInUTCSeconds(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of seconds.
Convert current and given date in UTC timezone and return a floating number of seconds.
Implements
|
#
|
public
|
addUTCMinutes(int|float $value = 1): $this
Add minutes (the $value count passed in) to the instance (using timestamp).
Add minutes (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCMinute(): $this
Add one minute to the instance (using timestamp).
Add one minute to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMinutes(int|float $value = 1): $this
Sub minutes (the $value count passed in) to the instance (using timestamp).
Sub minutes (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMinute(): $this
Sub one minute to the instance (using timestamp).
Sub one minute to the instance (using timestamp).
Implements
|
#
|
public
|
minutesUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each minute or every…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each minute or every X minutes if a factor is given.
Implements
|
#
|
public
|
diffInUTCMinutes(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of minutes.
Convert current and given date in UTC timezone and return a floating number of minutes.
Implements
|
#
|
public
|
addUTCHours(int|float $value = 1): $this
Add hours (the $value count passed in) to the instance (using timestamp).
Add hours (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCHour(): $this
Add one hour to the instance (using timestamp).
Add one hour to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCHours(int|float $value = 1): $this
Sub hours (the $value count passed in) to the instance (using timestamp).
Sub hours (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCHour(): $this
Sub one hour to the instance (using timestamp).
Sub one hour to the instance (using timestamp).
Implements
|
#
|
public
|
hoursUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each hour or every X…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each hour or every X hours if a factor is given.
Implements
|
#
|
public
|
diffInUTCHours(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of hours.
Convert current and given date in UTC timezone and return a floating number of hours.
Implements
|
#
|
public
|
addUTCDays(int|float $value = 1): $this
Add days (the $value count passed in) to the instance (using timestamp).
Add days (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCDay(): $this
Add one day to the instance (using timestamp).
Add one day to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCDays(int|float $value = 1): $this
Sub days (the $value count passed in) to the instance (using timestamp).
Sub days (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCDay(): $this
Sub one day to the instance (using timestamp).
Sub one day to the instance (using timestamp).
Implements
|
#
|
public
|
daysUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each day or every X…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each day or every X days if a factor is given.
Implements
|
#
|
public
|
diffInUTCDays(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of days.
Convert current and given date in UTC timezone and return a floating number of days.
Implements
|
#
|
public
|
addUTCWeeks(int|float $value = 1): $this
Add weeks (the $value count passed in) to the instance (using timestamp).
Add weeks (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCWeek(): $this
Add one week to the instance (using timestamp).
Add one week to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCWeeks(int|float $value = 1): $this
Sub weeks (the $value count passed in) to the instance (using timestamp).
Sub weeks (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCWeek(): $this
Sub one week to the instance (using timestamp).
Sub one week to the instance (using timestamp).
Implements
|
#
|
public
|
weeksUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each week or every X…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each week or every X weeks if a factor is given.
Implements
|
#
|
public
|
diffInUTCWeeks(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of weeks.
Convert current and given date in UTC timezone and return a floating number of weeks.
Implements
|
#
|
public
|
addUTCMonths(int|float $value = 1): $this
Add months (the $value count passed in) to the instance (using timestamp).
Add months (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCMonth(): $this
Add one month to the instance (using timestamp).
Add one month to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMonths(int|float $value = 1): $this
Sub months (the $value count passed in) to the instance (using timestamp).
Sub months (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMonth(): $this
Sub one month to the instance (using timestamp).
Sub one month to the instance (using timestamp).
Implements
|
#
|
public
|
monthsUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each month or every…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each month or every X months if a factor is given.
Implements
|
#
|
public
|
diffInUTCMonths(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of months.
Convert current and given date in UTC timezone and return a floating number of months.
Implements
|
#
|
public
|
addUTCQuarters(int|float $value = 1): $this
Add quarters (the $value count passed in) to the instance (using timestamp).
Add quarters (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCQuarter(): $this
Add one quarter to the instance (using timestamp).
Add one quarter to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCQuarters(int|float $value = 1): $this
Sub quarters (the $value count passed in) to the instance (using timestamp).
Sub quarters (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCQuarter(): $this
Sub one quarter to the instance (using timestamp).
Sub one quarter to the instance (using timestamp).
Implements
|
#
|
public
|
quartersUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each quarter or…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each quarter or every X quarters if a factor is given.
Implements
|
#
|
public
|
diffInUTCQuarters(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of quarters.
Convert current and given date in UTC timezone and return a floating number of quarters.
Implements
|
#
|
public
|
addUTCYears(int|float $value = 1): $this
Add years (the $value count passed in) to the instance (using timestamp).
Add years (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCYear(): $this
Add one year to the instance (using timestamp).
Add one year to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCYears(int|float $value = 1): $this
Sub years (the $value count passed in) to the instance (using timestamp).
Sub years (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCYear(): $this
Sub one year to the instance (using timestamp).
Sub one year to the instance (using timestamp).
Implements
|
#
|
public
|
yearsUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each year or every X…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each year or every X years if a factor is given.
Implements
|
#
|
public
|
diffInUTCYears(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of years.
Convert current and given date in UTC timezone and return a floating number of years.
Implements
|
#
|
public
|
addUTCDecades(int|float $value = 1): $this
Add decades (the $value count passed in) to the instance (using timestamp).
Add decades (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCDecade(): $this
Add one decade to the instance (using timestamp).
Add one decade to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCDecades(int|float $value = 1): $this
Sub decades (the $value count passed in) to the instance (using timestamp).
Sub decades (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCDecade(): $this
Sub one decade to the instance (using timestamp).
Sub one decade to the instance (using timestamp).
Implements
|
#
|
public
|
decadesUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each decade or every…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each decade or every X decades if a factor is given.
Implements
|
#
|
public
|
diffInUTCDecades(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of decades.
Convert current and given date in UTC timezone and return a floating number of decades.
Implements
|
#
|
public
|
addUTCCenturies(int|float $value = 1): $this
Add centuries (the $value count passed in) to the instance (using timestamp).
Add centuries (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCCentury(): $this
Add one century to the instance (using timestamp).
Add one century to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCCenturies(int|float $value = 1): $this
Sub centuries (the $value count passed in) to the instance (using timestamp).
Sub centuries (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCCentury(): $this
Sub one century to the instance (using timestamp).
Sub one century to the instance (using timestamp).
Implements
|
#
|
public
|
centuriesUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each century or…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each century or every X centuries if a factor is given.
Implements
|
#
|
public
|
diffInUTCCenturies(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of centuries.
Convert current and given date in UTC timezone and return a floating number of centuries.
Implements
|
#
|
public
|
addUTCMillennia(int|float $value = 1): $this
Add millennia (the $value count passed in) to the instance (using timestamp).
Add millennia (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
addUTCMillennium(): $this
Add one millennium to the instance (using timestamp).
Add one millennium to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMillennia(int|float $value = 1): $this
Sub millennia (the $value count passed in) to the instance (using timestamp).
Sub millennia (the $value count passed in) to the instance (using timestamp).
Implements
|
#
|
public
|
subUTCMillennium(): $this
Sub one millennium to the instance (using timestamp).
Sub one millennium to the instance (using timestamp).
Implements
|
#
|
public
|
millenniaUntil($endDate = null, int|float $factor = 1): CarbonPeriod
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each millennium or…
Return an iterable period from current date to given end (string, DateTime or Carbon instance) for each millennium or every X millennia if a factor is given.
Implements
|
#
|
public
|
diffInUTCMillennia(DateTimeInterface|string|null $date, bool $absolute = false): float
Convert current and given date in UTC timezone and return a floating number of millennia.
Convert current and given date in UTC timezone and return a floating number of millennia.
Implements
|
#
|
public
|
roundYear(float $precision = 1, string $function = "\"round\""): $this
Round the current instance year with given precision using the given function.
Round the current instance year with given precision using the given function.
Implements
|
#
|
public
|
roundYears(float $precision = 1, string $function = "\"round\""): $this
Round the current instance year with given precision using the given function.
Round the current instance year with given precision using the given function.
Implements
|
#
|
public
|
floorYear(float $precision = 1): $this
Truncate the current instance year with given precision.
Truncate the current instance year with given precision.
Implements
|
#
|
public
|
floorYears(float $precision = 1): $this
Truncate the current instance year with given precision.
Truncate the current instance year with given precision.
Implements
|
#
|
public
|
ceilYear(float $precision = 1): $this
Ceil the current instance year with given precision.
Ceil the current instance year with given precision.
Implements
|
#
|
public
|
ceilYears(float $precision = 1): $this
Ceil the current instance year with given precision.
Ceil the current instance year with given precision.
Implements
|
#
|
public
|
roundMonth(float $precision = 1, string $function = "\"round\""): $this
Round the current instance month with given precision using the given function.
Round the current instance month with given precision using the given function.
Implements
|
#
|
public
|
roundMonths(float $precision = 1, string $function = "\"round\""): $this
Round the current instance month with given precision using the given function.
Round the current instance month with given precision using the given function.
Implements
|
#
|
public
|
floorMonth(float $precision = 1): $this
Truncate the current instance month with given precision.
Truncate the current instance month with given precision.
Implements
|
#
|
public
|
floorMonths(float $precision = 1): $this
Truncate the current instance month with given precision.
Truncate the current instance month with given precision.
Implements
|
#
|
public
|
ceilMonth(float $precision = 1): $this
Ceil the current instance month with given precision.
Ceil the current instance month with given precision.
Implements
|
#
|
public
|
ceilMonths(float $precision = 1): $this
Ceil the current instance month with given precision.
Ceil the current instance month with given precision.
Implements
|
#
|
public
|
roundDay(float $precision = 1, string $function = "\"round\""): $this
Round the current instance day with given precision using the given function.
Round the current instance day with given precision using the given function.
Implements
|
#
|
public
|
roundDays(float $precision = 1, string $function = "\"round\""): $this
Round the current instance day with given precision using the given function.
Round the current instance day with given precision using the given function.
Implements
|
#
|
public
|
floorDay(float $precision = 1): $this
Truncate the current instance day with given precision.
Truncate the current instance day with given precision.
Implements
|
#
|
public
|
floorDays(float $precision = 1): $this
Truncate the current instance day with given precision.
Truncate the current instance day with given precision.
Implements
|
#
|
public
|
ceilDay(float $precision = 1): $this
Ceil the current instance day with given precision.
Ceil the current instance day with given precision.
Implements
|
#
|
public
|
ceilDays(float $precision = 1): $this
Ceil the current instance day with given precision.
Ceil the current instance day with given precision.
Implements
|
#
|
public
|
roundHour(float $precision = 1, string $function = "\"round\""): $this
Round the current instance hour with given precision using the given function.
Round the current instance hour with given precision using the given function.
Implements
|
#
|
public
|
roundHours(float $precision = 1, string $function = "\"round\""): $this
Round the current instance hour with given precision using the given function.
Round the current instance hour with given precision using the given function.
Implements
|
#
|
public
|
floorHour(float $precision = 1): $this
Truncate the current instance hour with given precision.
Truncate the current instance hour with given precision.
Implements
|
#
|
public
|
floorHours(float $precision = 1): $this
Truncate the current instance hour with given precision.
Truncate the current instance hour with given precision.
Implements
|
#
|
public
|
ceilHour(float $precision = 1): $this
Ceil the current instance hour with given precision.
Ceil the current instance hour with given precision.
Implements
|
#
|
public
|
ceilHours(float $precision = 1): $this
Ceil the current instance hour with given precision.
Ceil the current instance hour with given precision.
Implements
|
#
|
public
|
roundMinute(float $precision = 1, string $function = "\"round\""): $this
Round the current instance minute with given precision using the given function.
Round the current instance minute with given precision using the given function.
Implements
|
#
|
public
|
roundMinutes(float $precision = 1, string $function = "\"round\""): $this
Round the current instance minute with given precision using the given function.
Round the current instance minute with given precision using the given function.
Implements
|
#
|
public
|
floorMinute(float $precision = 1): $this
Truncate the current instance minute with given precision.
Truncate the current instance minute with given precision.
Implements
|
#
|
public
|
floorMinutes(float $precision = 1): $this
Truncate the current instance minute with given precision.
Truncate the current instance minute with given precision.
Implements
|
#
|
public
|
ceilMinute(float $precision = 1): $this
Ceil the current instance minute with given precision.
Ceil the current instance minute with given precision.
Implements
|
#
|
public
|
ceilMinutes(float $precision = 1): $this
Ceil the current instance minute with given precision.
Ceil the current instance minute with given precision.
Implements
|
#
|
public
|
roundSecond(float $precision = 1, string $function = "\"round\""): $this
Round the current instance second with given precision using the given function.
Round the current instance second with given precision using the given function.
Implements
|
#
|
public
|
roundSeconds(float $precision = 1, string $function = "\"round\""): $this
Round the current instance second with given precision using the given function.
Round the current instance second with given precision using the given function.
Implements
|
#
|
public
|
floorSecond(float $precision = 1): $this
Truncate the current instance second with given precision.
Truncate the current instance second with given precision.
Implements
|
#
|
public
|
floorSeconds(float $precision = 1): $this
Truncate the current instance second with given precision.
Truncate the current instance second with given precision.
Implements
|
#
|
public
|
ceilSecond(float $precision = 1): $this
Ceil the current instance second with given precision.
Ceil the current instance second with given precision.
Implements
|
#
|
public
|
ceilSeconds(float $precision = 1): $this
Ceil the current instance second with given precision.
Ceil the current instance second with given precision.
Implements
|
#
|
public
|
roundMillennium(float $precision = 1, string $function = "\"round\""): $this
Round the current instance millennium with given precision using the given function.
Round the current instance millennium with given precision using the given function.
Implements
|
#
|
public
|
roundMillennia(float $precision = 1, string $function = "\"round\""): $this
Round the current instance millennium with given precision using the given function.
Round the current instance millennium with given precision using the given function.
Implements
|
#
|
public
|
floorMillennium(float $precision = 1): $this
Truncate the current instance millennium with given precision.
Truncate the current instance millennium with given precision.
Implements
|
#
|
public
|
floorMillennia(float $precision = 1): $this
Truncate the current instance millennium with given precision.
Truncate the current instance millennium with given precision.
Implements
|
#
|
public
|
ceilMillennium(float $precision = 1): $this
Ceil the current instance millennium with given precision.
Ceil the current instance millennium with given precision.
Implements
|
#
|
public
|
ceilMillennia(float $precision = 1): $this
Ceil the current instance millennium with given precision.
Ceil the current instance millennium with given precision.
Implements
|
#
|
public
|
roundCentury(float $precision = 1, string $function = "\"round\""): $this
Round the current instance century with given precision using the given function.
Round the current instance century with given precision using the given function.
Implements
|
#
|
public
|
roundCenturies(float $precision = 1, string $function = "\"round\""): $this
Round the current instance century with given precision using the given function.
Round the current instance century with given precision using the given function.
Implements
|
#
|
public
|
floorCentury(float $precision = 1): $this
Truncate the current instance century with given precision.
Truncate the current instance century with given precision.
Implements
|
#
|
public
|
floorCenturies(float $precision = 1): $this
Truncate the current instance century with given precision.
Truncate the current instance century with given precision.
Implements
|
#
|
public
|
ceilCentury(float $precision = 1): $this
Ceil the current instance century with given precision.
Ceil the current instance century with given precision.
Implements
|
#
|
public
|
ceilCenturies(float $precision = 1): $this
Ceil the current instance century with given precision.
Ceil the current instance century with given precision.
Implements
|
#
|
public
|
roundDecade(float $precision = 1, string $function = "\"round\""): $this
Round the current instance decade with given precision using the given function.
Round the current instance decade with given precision using the given function.
Implements
|
#
|
public
|
roundDecades(float $precision = 1, string $function = "\"round\""): $this
Round the current instance decade with given precision using the given function.
Round the current instance decade with given precision using the given function.
Implements
|
#
|
public
|
floorDecade(float $precision = 1): $this
Truncate the current instance decade with given precision.
Truncate the current instance decade with given precision.
Implements
|
#
|
public
|
floorDecades(float $precision = 1): $this
Truncate the current instance decade with given precision.
Truncate the current instance decade with given precision.
Implements
|
#
|
public
|
ceilDecade(float $precision = 1): $this
Ceil the current instance decade with given precision.
Ceil the current instance decade with given precision.
Implements
|
#
|
public
|
ceilDecades(float $precision = 1): $this
Ceil the current instance decade with given precision.
Ceil the current instance decade with given precision.
Implements
|
#
|
public
|
roundQuarter(float $precision = 1, string $function = "\"round\""): $this
Round the current instance quarter with given precision using the given function.
Round the current instance quarter with given precision using the given function.
Implements
|
#
|
public
|
roundQuarters(float $precision = 1, string $function = "\"round\""): $this
Round the current instance quarter with given precision using the given function.
Round the current instance quarter with given precision using the given function.
Implements
|
#
|
public
|
floorQuarter(float $precision = 1): $this
Truncate the current instance quarter with given precision.
Truncate the current instance quarter with given precision.
Implements
|
#
|
public
|
floorQuarters(float $precision = 1): $this
Truncate the current instance quarter with given precision.
Truncate the current instance quarter with given precision.
Implements
|
#
|
public
|
ceilQuarter(float $precision = 1): $this
Ceil the current instance quarter with given precision.
Ceil the current instance quarter with given precision.
Implements
|
#
|
public
|
ceilQuarters(float $precision = 1): $this
Ceil the current instance quarter with given precision.
Ceil the current instance quarter with given precision.
Implements
|
#
|
public
|
roundMillisecond(float $precision = 1, string $function = "\"round\""): $this
Round the current instance millisecond with given precision using the given function.
Round the current instance millisecond with given precision using the given function.
Implements
|
#
|
public
|
roundMilliseconds(float $precision = 1, string $function = "\"round\""): $this
Round the current instance millisecond with given precision using the given function.
Round the current instance millisecond with given precision using the given function.
Implements
|
#
|
public
|
floorMillisecond(float $precision = 1): $this
Truncate the current instance millisecond with given precision.
Truncate the current instance millisecond with given precision.
Implements
|
#
|
public
|
floorMilliseconds(float $precision = 1): $this
Truncate the current instance millisecond with given precision.
Truncate the current instance millisecond with given precision.
Implements
|
#
|
public
|
ceilMillisecond(float $precision = 1): $this
Ceil the current instance millisecond with given precision.
Ceil the current instance millisecond with given precision.
Implements
|
#
|
public
|
ceilMilliseconds(float $precision = 1): $this
Ceil the current instance millisecond with given precision.
Ceil the current instance millisecond with given precision.
Implements
|
#
|
public
|
roundMicrosecond(float $precision = 1, string $function = "\"round\""): $this
Round the current instance microsecond with given precision using the given function.
Round the current instance microsecond with given precision using the given function.
Implements
|
#
|
public
|
roundMicroseconds(float $precision = 1, string $function = "\"round\""): $this
Round the current instance microsecond with given precision using the given function.
Round the current instance microsecond with given precision using the given function.
Implements
|
#
|
public
|
floorMicrosecond(float $precision = 1): $this
Truncate the current instance microsecond with given precision.
Truncate the current instance microsecond with given precision.
Implements
|
#
|
public
|
floorMicroseconds(float $precision = 1): $this
Truncate the current instance microsecond with given precision.
Truncate the current instance microsecond with given precision.
Implements
|
#
|
public
|
ceilMicrosecond(float $precision = 1): $this
Ceil the current instance microsecond with given precision.
Ceil the current instance microsecond with given precision.
Implements
|
#
|
public
|
ceilMicroseconds(float $precision = 1): $this
Ceil the current instance microsecond with given precision.
Ceil the current instance microsecond with given precision.
Implements
|
#
|
public
|
shortAbsoluteDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (short format, 'Absolute' mode) in a human readable format in the current locale. ($other and $parts…
Get the difference (short format, 'Absolute' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
longAbsoluteDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (long format, 'Absolute' mode) in a human readable format in the current locale. ($other and $parts…
Get the difference (long format, 'Absolute' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
shortRelativeDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (short format, 'Relative' mode) in a human readable format in the current locale. ($other and $parts…
Get the difference (short format, 'Relative' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
longRelativeDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (long format, 'Relative' mode) in a human readable format in the current locale. ($other and $parts…
Get the difference (long format, 'Relative' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
shortRelativeToNowDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (short format, 'RelativeToNow' mode) in a human readable format in the current locale. ($other and …
Get the difference (short format, 'RelativeToNow' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
longRelativeToNowDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (long format, 'RelativeToNow' mode) in a human readable format in the current locale. ($other and …
Get the difference (long format, 'RelativeToNow' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
shortRelativeToOtherDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (short format, 'RelativeToOther' mode) in a human readable format in the current locale. ($other and…
Get the difference (short format, 'RelativeToOther' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
longRelativeToOtherDiffForHumans(DateTimeInterface $other = null, int $parts = 1): string
Get the difference (long format, 'RelativeToOther' mode) in a human readable format in the current locale. ($other and …
Get the difference (long format, 'RelativeToOther' mode) in a human readable format in the current locale. ($other and $parts parameters can be swapped.)
Implements
|
#
|
public
|
centuriesInMillennium(): int
Return the number of centuries contained in the current millennium
Return the number of centuries contained in the current millennium
Implements
|
#
|
public
|
centuryOfMillennium(?int $century = null): int|static
Return the value of the century starting from the beginning of the current millennium when called with no parameters,…
Return the value of the century starting from the beginning of the current millennium when called with no parameters, change the current century when called with an integer value
Implements
|
#
|
public
|
dayOfCentury(?int $day = null): int|static
Return the value of the day starting from the beginning of the current century when called with no parameters, change…
Return the value of the day starting from the beginning of the current century when called with no parameters, change the current day when called with an integer value
Implements
|
#
|
public
|
dayOfDecade(?int $day = null): int|static
Return the value of the day starting from the beginning of the current decade when called with no parameters, change…
Return the value of the day starting from the beginning of the current decade when called with no parameters, change the current day when called with an integer value
Implements
|
#
|
public
|
dayOfMillennium(?int $day = null): int|static
Return the value of the day starting from the beginning of the current millennium when called with no parameters,…
Return the value of the day starting from the beginning of the current millennium when called with no parameters, change the current day when called with an integer value
Implements
|
#
|
public
|
dayOfMonth(?int $day = null): int|static
Return the value of the day starting from the beginning of the current month when called with no parameters, change the…
Return the value of the day starting from the beginning of the current month when called with no parameters, change the current day when called with an integer value
Implements
|
#
|
public
|
dayOfQuarter(?int $day = null): int|static
Return the value of the day starting from the beginning of the current quarter when called with no parameters, change…
Return the value of the day starting from the beginning of the current quarter when called with no parameters, change the current day when called with an integer value
Implements
|
#
|
public
|
dayOfWeek(?int $day = null): int|static
Return the value of the day starting from the beginning of the current week when called with no parameters, change the…
Return the value of the day starting from the beginning of the current week when called with no parameters, change the current day when called with an integer value
Implements
|
#
|
public
|
daysInCentury(): int
Return the number of days contained in the current century
Return the number of days contained in the current century
Implements
|
#
|
public
|
daysInDecade(): int
Return the number of days contained in the current decade
Return the number of days contained in the current decade
Implements
|
#
|
public
|
daysInMillennium(): int
Return the number of days contained in the current millennium
Return the number of days contained in the current millennium
Implements
|
#
|
public
|
daysInMonth(): int
Return the number of days contained in the current month
Return the number of days contained in the current month
Implements
|
#
|
public
|
daysInQuarter(): int
Return the number of days contained in the current quarter
Return the number of days contained in the current quarter
Implements
|
#
|
public
|
daysInWeek(): int
Return the number of days contained in the current week
Return the number of days contained in the current week
Implements
|
#
|
public
|
daysInYear(): int
Return the number of days contained in the current year
Return the number of days contained in the current year
Implements
|
#
|
public
|
decadeOfCentury(?int $decade = null): int|static
Return the value of the decade starting from the beginning of the current century when called with no parameters,…
Return the value of the decade starting from the beginning of the current century when called with no parameters, change the current decade when called with an integer value
Implements
|
#
|
public
|
decadeOfMillennium(?int $decade = null): int|static
Return the value of the decade starting from the beginning of the current millennium when called with no parameters,…
Return the value of the decade starting from the beginning of the current millennium when called with no parameters, change the current decade when called with an integer value
Implements
|
#
|
public
|
decadesInCentury(): int
Return the number of decades contained in the current century
Return the number of decades contained in the current century
Implements
|
#
|
public
|
decadesInMillennium(): int
Return the number of decades contained in the current millennium
Return the number of decades contained in the current millennium
Implements
|
#
|
public
|
hourOfCentury(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current century when called with no parameters, change…
Return the value of the hour starting from the beginning of the current century when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hourOfDay(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current day when called with no parameters, change the…
Return the value of the hour starting from the beginning of the current day when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hourOfDecade(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current decade when called with no parameters, change…
Return the value of the hour starting from the beginning of the current decade when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hourOfMillennium(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current millennium when called with no parameters,…
Return the value of the hour starting from the beginning of the current millennium when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hourOfMonth(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current month when called with no parameters, change…
Return the value of the hour starting from the beginning of the current month when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hourOfQuarter(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current quarter when called with no parameters, change…
Return the value of the hour starting from the beginning of the current quarter when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hourOfWeek(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current week when called with no parameters, change the…
Return the value of the hour starting from the beginning of the current week when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hourOfYear(?int $hour = null): int|static
Return the value of the hour starting from the beginning of the current year when called with no parameters, change the…
Return the value of the hour starting from the beginning of the current year when called with no parameters, change the current hour when called with an integer value
Implements
|
#
|
public
|
hoursInCentury(): int
Return the number of hours contained in the current century
Return the number of hours contained in the current century
Implements
|
#
|
public
|
hoursInDay(): int
Return the number of hours contained in the current day
Return the number of hours contained in the current day
Implements
|
#
|
public
|
hoursInDecade(): int
Return the number of hours contained in the current decade
Return the number of hours contained in the current decade
Implements
|
#
|
public
|
hoursInMillennium(): int
Return the number of hours contained in the current millennium
Return the number of hours contained in the current millennium
Implements
|
#
|
public
|
hoursInMonth(): int
Return the number of hours contained in the current month
Return the number of hours contained in the current month
Implements
|
#
|
public
|
hoursInQuarter(): int
Return the number of hours contained in the current quarter
Return the number of hours contained in the current quarter
Implements
|
#
|
public
|
hoursInWeek(): int
Return the number of hours contained in the current week
Return the number of hours contained in the current week
Implements
|
#
|
public
|
hoursInYear(): int
Return the number of hours contained in the current year
Return the number of hours contained in the current year
Implements
|
#
|
public
|
microsecondOfCentury(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current century when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current century when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfDay(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current day when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current day when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfDecade(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current decade when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current decade when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfHour(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current hour when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current hour when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfMillennium(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current millennium when called with no…
Return the value of the microsecond starting from the beginning of the current millennium when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfMillisecond(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current millisecond when called with no…
Return the value of the microsecond starting from the beginning of the current millisecond when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfMinute(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current minute when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current minute when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfMonth(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current month when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current month when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfQuarter(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current quarter when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current quarter when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfSecond(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current second when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current second when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfWeek(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current week when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current week when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondOfYear(?int $microsecond = null): int|static
Return the value of the microsecond starting from the beginning of the current year when called with no parameters,…
Return the value of the microsecond starting from the beginning of the current year when called with no parameters, change the current microsecond when called with an integer value
Implements
|
#
|
public
|
microsecondsInCentury(): int
Return the number of microseconds contained in the current century
Return the number of microseconds contained in the current century
Implements
|
#
|
public
|
microsecondsInDay(): int
Return the number of microseconds contained in the current day
Return the number of microseconds contained in the current day
Implements
|
#
|
public
|
microsecondsInDecade(): int
Return the number of microseconds contained in the current decade
Return the number of microseconds contained in the current decade
Implements
|
#
|
public
|
microsecondsInHour(): int
Return the number of microseconds contained in the current hour
Return the number of microseconds contained in the current hour
Implements
|
#
|
public
|
microsecondsInMillennium(): int
Return the number of microseconds contained in the current millennium
Return the number of microseconds contained in the current millennium
Implements
|
#
|
public
|
microsecondsInMillisecond(): int
Return the number of microseconds contained in the current millisecond
Return the number of microseconds contained in the current millisecond
Implements
|
#
|
public
|
microsecondsInMinute(): int
Return the number of microseconds contained in the current minute
Return the number of microseconds contained in the current minute
Implements
|
#
|
public
|
microsecondsInMonth(): int
Return the number of microseconds contained in the current month
Return the number of microseconds contained in the current month
Implements
|
#
|
public
|
microsecondsInQuarter(): int
Return the number of microseconds contained in the current quarter
Return the number of microseconds contained in the current quarter
Implements
|
#
|
public
|
microsecondsInSecond(): int
Return the number of microseconds contained in the current second
Return the number of microseconds contained in the current second
Implements
|
#
|
public
|
microsecondsInWeek(): int
Return the number of microseconds contained in the current week
Return the number of microseconds contained in the current week
Implements
|
#
|
public
|
microsecondsInYear(): int
Return the number of microseconds contained in the current year
Return the number of microseconds contained in the current year
Implements
|
#
|
public
|
millisecondOfCentury(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current century when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current century when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfDay(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current day when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current day when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfDecade(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current decade when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current decade when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfHour(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current hour when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current hour when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfMillennium(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current millennium when called with no…
Return the value of the millisecond starting from the beginning of the current millennium when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfMinute(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current minute when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current minute when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfMonth(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current month when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current month when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfQuarter(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current quarter when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current quarter when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfSecond(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current second when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current second when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfWeek(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current week when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current week when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondOfYear(?int $millisecond = null): int|static
Return the value of the millisecond starting from the beginning of the current year when called with no parameters,…
Return the value of the millisecond starting from the beginning of the current year when called with no parameters, change the current millisecond when called with an integer value
Implements
|
#
|
public
|
millisecondsInCentury(): int
Return the number of milliseconds contained in the current century
Return the number of milliseconds contained in the current century
Implements
|
#
|
public
|
millisecondsInDay(): int
Return the number of milliseconds contained in the current day
Return the number of milliseconds contained in the current day
Implements
|
#
|
public
|
millisecondsInDecade(): int
Return the number of milliseconds contained in the current decade
Return the number of milliseconds contained in the current decade
Implements
|
#
|
public
|
millisecondsInHour(): int
Return the number of milliseconds contained in the current hour
Return the number of milliseconds contained in the current hour
Implements
|
#
|
public
|
millisecondsInMillennium(): int
Return the number of milliseconds contained in the current millennium
Return the number of milliseconds contained in the current millennium
Implements
|
#
|
public
|
millisecondsInMinute(): int
Return the number of milliseconds contained in the current minute
Return the number of milliseconds contained in the current minute
Implements
|
#
|
public
|
millisecondsInMonth(): int
Return the number of milliseconds contained in the current month
Return the number of milliseconds contained in the current month
Implements
|
#
|
public
|
millisecondsInQuarter(): int
Return the number of milliseconds contained in the current quarter
Return the number of milliseconds contained in the current quarter
Implements
|
#
|
public
|
millisecondsInSecond(): int
Return the number of milliseconds contained in the current second
Return the number of milliseconds contained in the current second
Implements
|
#
|
public
|
millisecondsInWeek(): int
Return the number of milliseconds contained in the current week
Return the number of milliseconds contained in the current week
Implements
|
#
|
public
|
millisecondsInYear(): int
Return the number of milliseconds contained in the current year
Return the number of milliseconds contained in the current year
Implements
|
#
|
public
|
minuteOfCentury(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current century when called with no parameters,…
Return the value of the minute starting from the beginning of the current century when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfDay(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current day when called with no parameters, change…
Return the value of the minute starting from the beginning of the current day when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfDecade(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current decade when called with no parameters, change…
Return the value of the minute starting from the beginning of the current decade when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfHour(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current hour when called with no parameters, change…
Return the value of the minute starting from the beginning of the current hour when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfMillennium(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current millennium when called with no parameters,…
Return the value of the minute starting from the beginning of the current millennium when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfMonth(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current month when called with no parameters, change…
Return the value of the minute starting from the beginning of the current month when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfQuarter(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current quarter when called with no parameters,…
Return the value of the minute starting from the beginning of the current quarter when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfWeek(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current week when called with no parameters, change…
Return the value of the minute starting from the beginning of the current week when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minuteOfYear(?int $minute = null): int|static
Return the value of the minute starting from the beginning of the current year when called with no parameters, change…
Return the value of the minute starting from the beginning of the current year when called with no parameters, change the current minute when called with an integer value
Implements
|
#
|
public
|
minutesInCentury(): int
Return the number of minutes contained in the current century
Return the number of minutes contained in the current century
Implements
|
#
|
public
|
minutesInDay(): int
Return the number of minutes contained in the current day
Return the number of minutes contained in the current day
Implements
|
#
|
public
|
minutesInDecade(): int
Return the number of minutes contained in the current decade
Return the number of minutes contained in the current decade
Implements
|
#
|
public
|
minutesInHour(): int
Return the number of minutes contained in the current hour
Return the number of minutes contained in the current hour
Implements
|
#
|
public
|
minutesInMillennium(): int
Return the number of minutes contained in the current millennium
Return the number of minutes contained in the current millennium
Implements
|
#
|
public
|
minutesInMonth(): int
Return the number of minutes contained in the current month
Return the number of minutes contained in the current month
Implements
|
#
|
public
|
minutesInQuarter(): int
Return the number of minutes contained in the current quarter
Return the number of minutes contained in the current quarter
Implements
|
#
|
public
|
minutesInWeek(): int
Return the number of minutes contained in the current week
Return the number of minutes contained in the current week
Implements
|
#
|
public
|
minutesInYear(): int
Return the number of minutes contained in the current year
Return the number of minutes contained in the current year
Implements
|
#
|
public
|
monthOfCentury(?int $month = null): int|static
Return the value of the month starting from the beginning of the current century when called with no parameters, change…
Return the value of the month starting from the beginning of the current century when called with no parameters, change the current month when called with an integer value
Implements
|
#
|
public
|
monthOfDecade(?int $month = null): int|static
Return the value of the month starting from the beginning of the current decade when called with no parameters, change…
Return the value of the month starting from the beginning of the current decade when called with no parameters, change the current month when called with an integer value
Implements
|
#
|
public
|
monthOfMillennium(?int $month = null): int|static
Return the value of the month starting from the beginning of the current millennium when called with no parameters,…
Return the value of the month starting from the beginning of the current millennium when called with no parameters, change the current month when called with an integer value
Implements
|
#
|
public
|
monthOfQuarter(?int $month = null): int|static
Return the value of the month starting from the beginning of the current quarter when called with no parameters, change…
Return the value of the month starting from the beginning of the current quarter when called with no parameters, change the current month when called with an integer value
Implements
|
#
|
public
|
monthOfYear(?int $month = null): int|static
Return the value of the month starting from the beginning of the current year when called with no parameters, change…
Return the value of the month starting from the beginning of the current year when called with no parameters, change the current month when called with an integer value
Implements
|
#
|
public
|
monthsInCentury(): int
Return the number of months contained in the current century
Return the number of months contained in the current century
Implements
|
#
|
public
|
monthsInDecade(): int
Return the number of months contained in the current decade
Return the number of months contained in the current decade
Implements
|
#
|
public
|
monthsInMillennium(): int
Return the number of months contained in the current millennium
Return the number of months contained in the current millennium
Implements
|
#
|
public
|
monthsInQuarter(): int
Return the number of months contained in the current quarter
Return the number of months contained in the current quarter
Implements
|
#
|
public
|
monthsInYear(): int
Return the number of months contained in the current year
Return the number of months contained in the current year
Implements
|
#
|
public
|
quarterOfCentury(?int $quarter = null): int|static
Return the value of the quarter starting from the beginning of the current century when called with no parameters,…
Return the value of the quarter starting from the beginning of the current century when called with no parameters, change the current quarter when called with an integer value
Implements
|
#
|
public
|
quarterOfDecade(?int $quarter = null): int|static
Return the value of the quarter starting from the beginning of the current decade when called with no parameters,…
Return the value of the quarter starting from the beginning of the current decade when called with no parameters, change the current quarter when called with an integer value
Implements
|
#
|
public
|
quarterOfMillennium(?int $quarter = null): int|static
Return the value of the quarter starting from the beginning of the current millennium when called with no parameters,…
Return the value of the quarter starting from the beginning of the current millennium when called with no parameters, change the current quarter when called with an integer value
Implements
|
#
|
public
|
quarterOfYear(?int $quarter = null): int|static
Return the value of the quarter starting from the beginning of the current year when called with no parameters, change…
Return the value of the quarter starting from the beginning of the current year when called with no parameters, change the current quarter when called with an integer value
Implements
|
#
|
public
|
quartersInCentury(): int
Return the number of quarters contained in the current century
Return the number of quarters contained in the current century
Implements
|
#
|
public
|
quartersInDecade(): int
Return the number of quarters contained in the current decade
Return the number of quarters contained in the current decade
Implements
|
#
|
public
|
quartersInMillennium(): int
Return the number of quarters contained in the current millennium
Return the number of quarters contained in the current millennium
Implements
|
#
|
public
|
quartersInYear(): int
Return the number of quarters contained in the current year
Return the number of quarters contained in the current year
Implements
|
#
|
public
|
secondOfCentury(?int $second = null): int|static
Return the value of the second starting from the beginning of the current century when called with no parameters,…
Return the value of the second starting from the beginning of the current century when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfDay(?int $second = null): int|static
Return the value of the second starting from the beginning of the current day when called with no parameters, change…
Return the value of the second starting from the beginning of the current day when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfDecade(?int $second = null): int|static
Return the value of the second starting from the beginning of the current decade when called with no parameters, change…
Return the value of the second starting from the beginning of the current decade when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfHour(?int $second = null): int|static
Return the value of the second starting from the beginning of the current hour when called with no parameters, change…
Return the value of the second starting from the beginning of the current hour when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfMillennium(?int $second = null): int|static
Return the value of the second starting from the beginning of the current millennium when called with no parameters,…
Return the value of the second starting from the beginning of the current millennium when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfMinute(?int $second = null): int|static
Return the value of the second starting from the beginning of the current minute when called with no parameters, change…
Return the value of the second starting from the beginning of the current minute when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfMonth(?int $second = null): int|static
Return the value of the second starting from the beginning of the current month when called with no parameters, change…
Return the value of the second starting from the beginning of the current month when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfQuarter(?int $second = null): int|static
Return the value of the second starting from the beginning of the current quarter when called with no parameters,…
Return the value of the second starting from the beginning of the current quarter when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfWeek(?int $second = null): int|static
Return the value of the second starting from the beginning of the current week when called with no parameters, change…
Return the value of the second starting from the beginning of the current week when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondOfYear(?int $second = null): int|static
Return the value of the second starting from the beginning of the current year when called with no parameters, change…
Return the value of the second starting from the beginning of the current year when called with no parameters, change the current second when called with an integer value
Implements
|
#
|
public
|
secondsInCentury(): int
Return the number of seconds contained in the current century
Return the number of seconds contained in the current century
Implements
|
#
|
public
|
secondsInDay(): int
Return the number of seconds contained in the current day
Return the number of seconds contained in the current day
Implements
|
#
|
public
|
secondsInDecade(): int
Return the number of seconds contained in the current decade
Return the number of seconds contained in the current decade
Implements
|
#
|
public
|
secondsInHour(): int
Return the number of seconds contained in the current hour
Return the number of seconds contained in the current hour
Implements
|
#
|
public
|
secondsInMillennium(): int
Return the number of seconds contained in the current millennium
Return the number of seconds contained in the current millennium
Implements
|
#
|
public
|
secondsInMinute(): int
Return the number of seconds contained in the current minute
Return the number of seconds contained in the current minute
Implements
|
#
|
public
|
secondsInMonth(): int
Return the number of seconds contained in the current month
Return the number of seconds contained in the current month
Implements
|
#
|
public
|
secondsInQuarter(): int
Return the number of seconds contained in the current quarter
Return the number of seconds contained in the current quarter
Implements
|
#
|
public
|
secondsInWeek(): int
Return the number of seconds contained in the current week
Return the number of seconds contained in the current week
Implements
|
#
|
public
|
secondsInYear(): int
Return the number of seconds contained in the current year
Return the number of seconds contained in the current year
Implements
|
#
|
public
|
weekOfCentury(?int $week = null): int|static
Return the value of the week starting from the beginning of the current century when called with no parameters, change…
Return the value of the week starting from the beginning of the current century when called with no parameters, change the current week when called with an integer value
Implements
|
#
|
public
|
weekOfDecade(?int $week = null): int|static
Return the value of the week starting from the beginning of the current decade when called with no parameters, change…
Return the value of the week starting from the beginning of the current decade when called with no parameters, change the current week when called with an integer value
Implements
|
#
|
public
|
weekOfMillennium(?int $week = null): int|static
Return the value of the week starting from the beginning of the current millennium when called with no parameters,…
Return the value of the week starting from the beginning of the current millennium when called with no parameters, change the current week when called with an integer value
Implements
|
#
|
public
|
weekOfMonth(?int $week = null): int|static
Return the value of the week starting from the beginning of the current month when called with no parameters, change…
Return the value of the week starting from the beginning of the current month when called with no parameters, change the current week when called with an integer value
Implements
|
#
|
public
|
weekOfQuarter(?int $week = null): int|static
Return the value of the week starting from the beginning of the current quarter when called with no parameters, change…
Return the value of the week starting from the beginning of the current quarter when called with no parameters, change the current week when called with an integer value
Implements
|
#
|
public
|
weekOfYear(?int $week = null): int|static
Return the value of the week starting from the beginning of the current year when called with no parameters, change the…
Return the value of the week starting from the beginning of the current year when called with no parameters, change the current week when called with an integer value
Implements
|
#
|
public
|
weeksInCentury(): int
Return the number of weeks contained in the current century
Return the number of weeks contained in the current century
Implements
|
#
|
public
|
weeksInDecade(): int
Return the number of weeks contained in the current decade
Return the number of weeks contained in the current decade
Implements
|
#
|
public
|
weeksInMillennium(): int
Return the number of weeks contained in the current millennium
Return the number of weeks contained in the current millennium
Implements
|
#
|
public
|
weeksInMonth(): int
Return the number of weeks contained in the current month
Return the number of weeks contained in the current month
Implements
|
#
|
public
|
weeksInQuarter(): int
Return the number of weeks contained in the current quarter
Return the number of weeks contained in the current quarter
Implements
|
#
|
public
|
yearOfCentury(?int $year = null): int|static
Return the value of the year starting from the beginning of the current century when called with no parameters, change…
Return the value of the year starting from the beginning of the current century when called with no parameters, change the current year when called with an integer value
Implements
|
#
|
public
|
yearOfDecade(?int $year = null): int|static
Return the value of the year starting from the beginning of the current decade when called with no parameters, change…
Return the value of the year starting from the beginning of the current decade when called with no parameters, change the current year when called with an integer value
Implements
|
#
|
public
|
yearOfMillennium(?int $year = null): int|static
Return the value of the year starting from the beginning of the current millennium when called with no parameters,…
Return the value of the year starting from the beginning of the current millennium when called with no parameters, change the current year when called with an integer value
Implements
|
#
|
public
|
yearsInCentury(): int
Return the number of years contained in the current century
Return the number of years contained in the current century
Implements
|
#
|
public
|
yearsInDecade(): int
Return the number of years contained in the current decade
Return the number of years contained in the current decade
Implements
|
#
|
public
|
yearsInMillennium(): int
Return the number of years contained in the current millennium
Return the number of years contained in the current millennium
Implements
|
#
|
Properties |
public
|
string
|
$localeDayOfWeek
the day of week in current locale
the day of week in current locale
|
#
|
public
|
string
|
$shortLocaleDayOfWeek
the abbreviated day of week in current locale
the abbreviated day of week in current locale
|
#
|
public
|
string
|
$localeMonth
the month in current locale
the month in current locale
|
#
|
public
|
string
|
$shortLocaleMonth
the abbreviated month in current locale
the abbreviated month in current locale
|
#
|
public
|
int
|
$year
|
#
|
public
|
int
|
$yearIso
|
#
|
public
|
int
|
$month
|
#
|
public
|
int
|
$day
|
#
|
public
|
int
|
$hour
|
#
|
public
|
int
|
$minute
|
#
|
public
|
int
|
$second
|
#
|
public
|
int
|
$micro
|
#
|
public
|
int
|
$microsecond
|
#
|
public
|
int
|
$dayOfWeekIso
1 (for Monday) through 7 (for Sunday)
1 (for Monday) through 7 (for Sunday)
|
#
|
public
|
int|float|string
|
$timestamp
seconds since the Unix Epoch
seconds since the Unix Epoch
|
#
|
public
|
string
|
$englishDayOfWeek
the day of week in English
the day of week in English
|
#
|
public
|
string
|
$shortEnglishDayOfWeek
the abbreviated day of week in English
the abbreviated day of week in English
|
#
|
public
|
string
|
$englishMonth
the month in English
|
#
|
public
|
string
|
$shortEnglishMonth
the abbreviated month in English
the abbreviated month in English
|
#
|
public
|
int
|
$milliseconds
|
#
|
public
|
int
|
$millisecond
|
#
|
public
|
int
|
$milli
|
#
|
public
|
int
|
$week
1 through 53
|
#
|
public
|
int
|
$isoWeek
1 through 53
|
#
|
public
|
int
|
$weekYear
year according to week format
year according to week format
|
#
|
public
|
int
|
$isoWeekYear
year according to ISO week format
year according to ISO week format
|
#
|
public
|
int
|
$age
does a diffInYears() with default parameters
does a diffInYears() with default parameters
|
#
|
public
|
int
|
$offset
the timezone offset in seconds from UTC
the timezone offset in seconds from UTC
|
#
|
public
|
int
|
$offsetMinutes
the timezone offset in minutes from UTC
the timezone offset in minutes from UTC
|
#
|
public
|
int
|
$offsetHours
the timezone offset in hours from UTC
the timezone offset in hours from UTC
|
#
|
public
|
CarbonTimeZone
|
$timezone
the current timezone
|
#
|
public
|
CarbonTimeZone
|
$tz
alias of $timezone
|
#
|
public
|
int
|
$centuryOfMillennium
The value of the century starting from the beginning of the current millennium
The value of the century starting from the beginning of the current millennium
|
#
|
public
|
int
|
$dayOfCentury
The value of the day starting from the beginning of the current century
The value of the day starting from the beginning of the current century
|
#
|
public
|
int
|
$dayOfDecade
The value of the day starting from the beginning of the current decade
The value of the day starting from the beginning of the current decade
|
#
|
public
|
int
|
$dayOfMillennium
The value of the day starting from the beginning of the current millennium
The value of the day starting from the beginning of the current millennium
|
#
|
public
|
int
|
$dayOfMonth
The value of the day starting from the beginning of the current month
The value of the day starting from the beginning of the current month
|
#
|
public
|
int
|
$dayOfQuarter
The value of the day starting from the beginning of the current quarter
The value of the day starting from the beginning of the current quarter
|
#
|
public
|
int
|
$dayOfWeek
0 (for Sunday) through 6 (for Saturday)
0 (for Sunday) through 6 (for Saturday)
|
#
|
public
|
int
|
$dayOfYear
1 through 366
|
#
|
public
|
int
|
$decadeOfCentury
The value of the decade starting from the beginning of the current century
The value of the decade starting from the beginning of the current century
|
#
|
public
|
int
|
$decadeOfMillennium
The value of the decade starting from the beginning of the current millennium
The value of the decade starting from the beginning of the current millennium
|
#
|
public
|
int
|
$hourOfCentury
The value of the hour starting from the beginning of the current century
The value of the hour starting from the beginning of the current century
|
#
|
public
|
int
|
$hourOfDay
The value of the hour starting from the beginning of the current day
The value of the hour starting from the beginning of the current day
|
#
|
public
|
int
|
$hourOfDecade
The value of the hour starting from the beginning of the current decade
The value of the hour starting from the beginning of the current decade
|
#
|
public
|
int
|
$hourOfMillennium
The value of the hour starting from the beginning of the current millennium
The value of the hour starting from the beginning of the current millennium
|
#
|
public
|
int
|
$hourOfMonth
The value of the hour starting from the beginning of the current month
The value of the hour starting from the beginning of the current month
|
#
|
public
|
int
|
$hourOfQuarter
The value of the hour starting from the beginning of the current quarter
The value of the hour starting from the beginning of the current quarter
|
#
|
public
|
int
|
$hourOfWeek
The value of the hour starting from the beginning of the current week
The value of the hour starting from the beginning of the current week
|
#
|
public
|
int
|
$hourOfYear
The value of the hour starting from the beginning of the current year
The value of the hour starting from the beginning of the current year
|
#
|
public
|
int
|
$microsecondOfCentury
The value of the microsecond starting from the beginning of the current century
The value of the microsecond starting from the beginning of the current century
|
#
|
public
|
int
|
$microsecondOfDay
The value of the microsecond starting from the beginning of the current day
The value of the microsecond starting from the beginning of the current day
|
#
|
public
|
int
|
$microsecondOfDecade
The value of the microsecond starting from the beginning of the current decade
The value of the microsecond starting from the beginning of the current decade
|
#
|
public
|
int
|
$microsecondOfHour
The value of the microsecond starting from the beginning of the current hour
The value of the microsecond starting from the beginning of the current hour
|
#
|
public
|
int
|
$microsecondOfMillennium
The value of the microsecond starting from the beginning of the current millennium
The value of the microsecond starting from the beginning of the current millennium
|
#
|
public
|
int
|
$microsecondOfMillisecond
The value of the microsecond starting from the beginning of the current millisecond
The value of the microsecond starting from the beginning of the current millisecond
|
#
|
public
|
int
|
$microsecondOfMinute
The value of the microsecond starting from the beginning of the current minute
The value of the microsecond starting from the beginning of the current minute
|
#
|
public
|
int
|
$microsecondOfMonth
The value of the microsecond starting from the beginning of the current month
The value of the microsecond starting from the beginning of the current month
|
#
|
public
|
int
|
$microsecondOfQuarter
The value of the microsecond starting from the beginning of the current quarter
The value of the microsecond starting from the beginning of the current quarter
|
#
|
public
|
int
|
$microsecondOfSecond
The value of the microsecond starting from the beginning of the current second
The value of the microsecond starting from the beginning of the current second
|
#
|
public
|
int
|
$microsecondOfWeek
The value of the microsecond starting from the beginning of the current week
The value of the microsecond starting from the beginning of the current week
|
#
|
public
|
int
|
$microsecondOfYear
The value of the microsecond starting from the beginning of the current year
The value of the microsecond starting from the beginning of the current year
|
#
|
public
|
int
|
$millisecondOfCentury
The value of the millisecond starting from the beginning of the current century
The value of the millisecond starting from the beginning of the current century
|
#
|
public
|
int
|
$millisecondOfDay
The value of the millisecond starting from the beginning of the current day
The value of the millisecond starting from the beginning of the current day
|
#
|
public
|
int
|
$millisecondOfDecade
The value of the millisecond starting from the beginning of the current decade
The value of the millisecond starting from the beginning of the current decade
|
#
|
public
|
int
|
$millisecondOfHour
The value of the millisecond starting from the beginning of the current hour
The value of the millisecond starting from the beginning of the current hour
|
#
|
public
|
int
|
$millisecondOfMillennium
The value of the millisecond starting from the beginning of the current millennium
The value of the millisecond starting from the beginning of the current millennium
|
#
|
public
|
int
|
$millisecondOfMinute
The value of the millisecond starting from the beginning of the current minute
The value of the millisecond starting from the beginning of the current minute
|
#
|
public
|
int
|
$millisecondOfMonth
The value of the millisecond starting from the beginning of the current month
The value of the millisecond starting from the beginning of the current month
|
#
|
public
|
int
|
$millisecondOfQuarter
The value of the millisecond starting from the beginning of the current quarter
The value of the millisecond starting from the beginning of the current quarter
|
#
|
public
|
int
|
$millisecondOfSecond
The value of the millisecond starting from the beginning of the current second
The value of the millisecond starting from the beginning of the current second
|
#
|
public
|
int
|
$millisecondOfWeek
The value of the millisecond starting from the beginning of the current week
The value of the millisecond starting from the beginning of the current week
|
#
|
public
|
int
|
$millisecondOfYear
The value of the millisecond starting from the beginning of the current year
The value of the millisecond starting from the beginning of the current year
|
#
|
public
|
int
|
$minuteOfCentury
The value of the minute starting from the beginning of the current century
The value of the minute starting from the beginning of the current century
|
#
|
public
|
int
|
$minuteOfDay
The value of the minute starting from the beginning of the current day
The value of the minute starting from the beginning of the current day
|
#
|
public
|
int
|
$minuteOfDecade
The value of the minute starting from the beginning of the current decade
The value of the minute starting from the beginning of the current decade
|
#
|
public
|
int
|
$minuteOfHour
The value of the minute starting from the beginning of the current hour
The value of the minute starting from the beginning of the current hour
|
#
|
public
|
int
|
$minuteOfMillennium
The value of the minute starting from the beginning of the current millennium
The value of the minute starting from the beginning of the current millennium
|
#
|
public
|
int
|
$minuteOfMonth
The value of the minute starting from the beginning of the current month
The value of the minute starting from the beginning of the current month
|
#
|
public
|
int
|
$minuteOfQuarter
The value of the minute starting from the beginning of the current quarter
The value of the minute starting from the beginning of the current quarter
|
#
|
public
|
int
|
$minuteOfWeek
The value of the minute starting from the beginning of the current week
The value of the minute starting from the beginning of the current week
|
#
|
public
|
int
|
$minuteOfYear
The value of the minute starting from the beginning of the current year
The value of the minute starting from the beginning of the current year
|
#
|
public
|
int
|
$monthOfCentury
The value of the month starting from the beginning of the current century
The value of the month starting from the beginning of the current century
|
#
|
public
|
int
|
$monthOfDecade
The value of the month starting from the beginning of the current decade
The value of the month starting from the beginning of the current decade
|
#
|
public
|
int
|
$monthOfMillennium
The value of the month starting from the beginning of the current millennium
The value of the month starting from the beginning of the current millennium
|
#
|
public
|
int
|
$monthOfQuarter
The value of the month starting from the beginning of the current quarter
The value of the month starting from the beginning of the current quarter
|
#
|
public
|
int
|
$monthOfYear
The value of the month starting from the beginning of the current year
The value of the month starting from the beginning of the current year
|
#
|
public
|
int
|
$quarterOfCentury
The value of the quarter starting from the beginning of the current century
The value of the quarter starting from the beginning of the current century
|
#
|
public
|
int
|
$quarterOfDecade
The value of the quarter starting from the beginning of the current decade
The value of the quarter starting from the beginning of the current decade
|
#
|
public
|
int
|
$quarterOfMillennium
The value of the quarter starting from the beginning of the current millennium
The value of the quarter starting from the beginning of the current millennium
|
#
|
public
|
int
|
$quarterOfYear
The value of the quarter starting from the beginning of the current year
The value of the quarter starting from the beginning of the current year
|
#
|
public
|
int
|
$secondOfCentury
The value of the second starting from the beginning of the current century
The value of the second starting from the beginning of the current century
|
#
|
public
|
int
|
$secondOfDay
The value of the second starting from the beginning of the current day
The value of the second starting from the beginning of the current day
|
#
|
public
|
int
|
$secondOfDecade
The value of the second starting from the beginning of the current decade
The value of the second starting from the beginning of the current decade
|
#
|
public
|
int
|
$secondOfHour
The value of the second starting from the beginning of the current hour
The value of the second starting from the beginning of the current hour
|
#
|
public
|
int
|
$secondOfMillennium
The value of the second starting from the beginning of the current millennium
The value of the second starting from the beginning of the current millennium
|
#
|
public
|
int
|
$secondOfMinute
The value of the second starting from the beginning of the current minute
The value of the second starting from the beginning of the current minute
|
#
|
public
|
int
|
$secondOfMonth
The value of the second starting from the beginning of the current month
The value of the second starting from the beginning of the current month
|
#
|
public
|
int
|
$secondOfQuarter
The value of the second starting from the beginning of the current quarter
The value of the second starting from the beginning of the current quarter
|
#
|
public
|
int
|
$secondOfWeek
The value of the second starting from the beginning of the current week
The value of the second starting from the beginning of the current week
|
#
|
public
|
int
|
$secondOfYear
The value of the second starting from the beginning of the current year
The value of the second starting from the beginning of the current year
|
#
|
public
|
int
|
$weekOfCentury
The value of the week starting from the beginning of the current century
The value of the week starting from the beginning of the current century
|
#
|
public
|
int
|
$weekOfDecade
The value of the week starting from the beginning of the current decade
The value of the week starting from the beginning of the current decade
|
#
|
public
|
int
|
$weekOfMillennium
The value of the week starting from the beginning of the current millennium
The value of the week starting from the beginning of the current millennium
|
#
|
public
|
int
|
$weekOfMonth
1 through 5
|
#
|
public
|
int
|
$weekOfQuarter
The value of the week starting from the beginning of the current quarter
The value of the week starting from the beginning of the current quarter
|
#
|
public
|
int
|
$weekOfYear
ISO-8601 week number of year, weeks starting on Monday
ISO-8601 week number of year, weeks starting on Monday
|
#
|
public
|
int
|
$yearOfCentury
The value of the year starting from the beginning of the current century
The value of the year starting from the beginning of the current century
|
#
|
public
|
int
|
$yearOfDecade
The value of the year starting from the beginning of the current decade
The value of the year starting from the beginning of the current decade
|
#
|
public
|
int
|
$yearOfMillennium
The value of the year starting from the beginning of the current millennium
The value of the year starting from the beginning of the current millennium
|
#
|
public
readonly
|
string
|
$latinMeridiem
"am"/"pm" (Ante meridiem or Post meridiem latin lowercase mark)
"am"/"pm" (Ante meridiem or Post meridiem latin lowercase mark)
|
#
|
public
readonly
|
string
|
$latinUpperMeridiem
"AM"/"PM" (Ante meridiem or Post meridiem latin uppercase mark)
"AM"/"PM" (Ante meridiem or Post meridiem latin uppercase mark)
|
#
|
public
readonly
|
string
|
$timezoneAbbreviatedName
the current timezone abbreviated name
the current timezone abbreviated name
|
#
|
public
readonly
|
string
|
$tzAbbrName
alias of $timezoneAbbreviatedName
alias of $timezoneAbbreviatedName
|
#
|
public
readonly
|
string
|
$dayName
long name of weekday translated according to Carbon locale, in english if no translation available for current language
long name of weekday translated according to Carbon locale, in english if no translation available for current language
|
#
|
public
readonly
|
string
|
$shortDayName
short name of weekday translated according to Carbon locale, in english if no translation available for current language
short name of weekday translated according to Carbon locale, in english if no translation available for current language
|
#
|
public
readonly
|
string
|
$minDayName
very short name of weekday translated according to Carbon locale, in english if no translation available for current…
very short name of weekday translated according to Carbon locale, in english if no translation available for current language
|
#
|
public
readonly
|
string
|
$monthName
long name of month translated according to Carbon locale, in english if no translation available for current language
long name of month translated according to Carbon locale, in english if no translation available for current language
|
#
|
public
readonly
|
string
|
$shortMonthName
short name of month translated according to Carbon locale, in english if no translation available for current language
short name of month translated according to Carbon locale, in english if no translation available for current language
|
#
|
public
readonly
|
string
|
$meridiem
lowercase meridiem mark translated according to Carbon locale, in latin if no translation available for current language
lowercase meridiem mark translated according to Carbon locale, in latin if no translation available for current language
|
#
|
public
readonly
|
string
|
$upperMeridiem
uppercase meridiem mark translated according to Carbon locale, in latin if no translation available for current language
uppercase meridiem mark translated according to Carbon locale, in latin if no translation available for current language
|
#
|
public
readonly
|
int
|
$noZeroHour
current hour from 1 to 24
current hour from 1 to 24
|
#
|
public
readonly
|
int
|
$isoWeeksInYear
51 through 53
|
#
|
public
readonly
|
int
|
$weekNumberInMonth
1 through 5
|
#
|
public
readonly
|
int
|
$firstWeekDay
0 through 6
|
#
|
public
readonly
|
int
|
$lastWeekDay
0 through 6
|
#
|
public
readonly
|
int
|
$quarter
the quarter of this instance, 1 - 4
the quarter of this instance, 1 - 4
|
#
|
public
readonly
|
int
|
$decade
the decade of this instance
the decade of this instance
|
#
|
public
readonly
|
int
|
$century
the century of this instance
the century of this instance
|
#
|
public
readonly
|
int
|
$millennium
the millennium of this instance
the millennium of this instance
|
#
|
public
readonly
|
bool
|
$dst
daylight savings time indicator, true if DST, false otherwise
daylight savings time indicator, true if DST, false otherwise
|
#
|
public
readonly
|
bool
|
$local
checks if the timezone is local, true if local, false otherwise
checks if the timezone is local, true if local, false otherwise
|
#
|
public
readonly
|
bool
|
$utc
checks if the timezone is UTC, true if UTC, false otherwise
checks if the timezone is UTC, true if UTC, false otherwise
|
#
|
public
readonly
|
string
|
$timezoneName
the current timezone name
the current timezone name
|
#
|
public
readonly
|
string
|
$tzName
alias of $timezoneName
|
#
|
public
readonly
|
string
|
$locale
locale of the current instance
locale of the current instance
|
#
|
public
readonly
|
int
|
$centuriesInMillennium
The number of centuries contained in the current millennium
The number of centuries contained in the current millennium
|
#
|
public
readonly
|
int
|
$daysInCentury
The number of days contained in the current century
The number of days contained in the current century
|
#
|
public
readonly
|
int
|
$daysInDecade
The number of days contained in the current decade
The number of days contained in the current decade
|
#
|
public
readonly
|
int
|
$daysInMillennium
The number of days contained in the current millennium
The number of days contained in the current millennium
|
#
|
public
readonly
|
int
|
$daysInMonth
number of days in the given month
number of days in the given month
|
#
|
public
readonly
|
int
|
$daysInQuarter
The number of days contained in the current quarter
The number of days contained in the current quarter
|
#
|
public
readonly
|
int
|
$daysInWeek
The number of days contained in the current week
The number of days contained in the current week
|
#
|
public
readonly
|
int
|
$daysInYear
365 or 366
|
#
|
public
readonly
|
int
|
$decadesInCentury
The number of decades contained in the current century
The number of decades contained in the current century
|
#
|
public
readonly
|
int
|
$decadesInMillennium
The number of decades contained in the current millennium
The number of decades contained in the current millennium
|
#
|
public
readonly
|
int
|
$hoursInCentury
The number of hours contained in the current century
The number of hours contained in the current century
|
#
|
public
readonly
|
int
|
$hoursInDay
The number of hours contained in the current day
The number of hours contained in the current day
|
#
|
public
readonly
|
int
|
$hoursInDecade
The number of hours contained in the current decade
The number of hours contained in the current decade
|
#
|
public
readonly
|
int
|
$hoursInMillennium
The number of hours contained in the current millennium
The number of hours contained in the current millennium
|
#
|
public
readonly
|
int
|
$hoursInMonth
The number of hours contained in the current month
The number of hours contained in the current month
|
#
|
public
readonly
|
int
|
$hoursInQuarter
The number of hours contained in the current quarter
The number of hours contained in the current quarter
|
#
|
public
readonly
|
int
|
$hoursInWeek
The number of hours contained in the current week
The number of hours contained in the current week
|
#
|
public
readonly
|
int
|
$hoursInYear
The number of hours contained in the current year
The number of hours contained in the current year
|
#
|
public
readonly
|
int
|
$microsecondsInCentury
The number of microseconds contained in the current century
The number of microseconds contained in the current century
|
#
|
public
readonly
|
int
|
$microsecondsInDay
The number of microseconds contained in the current day
The number of microseconds contained in the current day
|
#
|
public
readonly
|
int
|
$microsecondsInDecade
The number of microseconds contained in the current decade
The number of microseconds contained in the current decade
|
#
|
public
readonly
|
int
|
$microsecondsInHour
The number of microseconds contained in the current hour
The number of microseconds contained in the current hour
|
#
|
public
readonly
|
int
|
$microsecondsInMillennium
The number of microseconds contained in the current millennium
The number of microseconds contained in the current millennium
|
#
|
public
readonly
|
int
|
$microsecondsInMillisecond
The number of microseconds contained in the current millisecond
The number of microseconds contained in the current millisecond
|
#
|
public
readonly
|
int
|
$microsecondsInMinute
The number of microseconds contained in the current minute
The number of microseconds contained in the current minute
|
#
|
public
readonly
|
int
|
$microsecondsInMonth
The number of microseconds contained in the current month
The number of microseconds contained in the current month
|
#
|
public
readonly
|
int
|
$microsecondsInQuarter
The number of microseconds contained in the current quarter
The number of microseconds contained in the current quarter
|
#
|
public
readonly
|
int
|
$microsecondsInSecond
The number of microseconds contained in the current second
The number of microseconds contained in the current second
|
#
|
public
readonly
|
int
|
$microsecondsInWeek
The number of microseconds contained in the current week
The number of microseconds contained in the current week
|
#
|
public
readonly
|
int
|
$microsecondsInYear
The number of microseconds contained in the current year
The number of microseconds contained in the current year
|
#
|
public
readonly
|
int
|
$millisecondsInCentury
The number of milliseconds contained in the current century
The number of milliseconds contained in the current century
|
#
|
public
readonly
|
int
|
$millisecondsInDay
The number of milliseconds contained in the current day
The number of milliseconds contained in the current day
|
#
|
public
readonly
|
int
|
$millisecondsInDecade
The number of milliseconds contained in the current decade
The number of milliseconds contained in the current decade
|
#
|
public
readonly
|
int
|
$millisecondsInHour
The number of milliseconds contained in the current hour
The number of milliseconds contained in the current hour
|
#
|
public
readonly
|
int
|
$millisecondsInMillennium
The number of milliseconds contained in the current millennium
The number of milliseconds contained in the current millennium
|
#
|
public
readonly
|
int
|
$millisecondsInMinute
The number of milliseconds contained in the current minute
The number of milliseconds contained in the current minute
|
#
|
public
readonly
|
int
|
$millisecondsInMonth
The number of milliseconds contained in the current month
The number of milliseconds contained in the current month
|
#
|
public
readonly
|
int
|
$millisecondsInQuarter
The number of milliseconds contained in the current quarter
The number of milliseconds contained in the current quarter
|
#
|
public
readonly
|
int
|
$millisecondsInSecond
The number of milliseconds contained in the current second
The number of milliseconds contained in the current second
|
#
|
public
readonly
|
int
|
$millisecondsInWeek
The number of milliseconds contained in the current week
The number of milliseconds contained in the current week
|
#
|
public
readonly
|
int
|
$millisecondsInYear
The number of milliseconds contained in the current year
The number of milliseconds contained in the current year
|
#
|
public
readonly
|
int
|
$minutesInCentury
The number of minutes contained in the current century
The number of minutes contained in the current century
|
#
|
public
readonly
|
int
|
$minutesInDay
The number of minutes contained in the current day
The number of minutes contained in the current day
|
#
|
public
readonly
|
int
|
$minutesInDecade
The number of minutes contained in the current decade
The number of minutes contained in the current decade
|
#
|
public
readonly
|
int
|
$minutesInHour
The number of minutes contained in the current hour
The number of minutes contained in the current hour
|
#
|
public
readonly
|
int
|
$minutesInMillennium
The number of minutes contained in the current millennium
The number of minutes contained in the current millennium
|
#
|
public
readonly
|
int
|
$minutesInMonth
The number of minutes contained in the current month
The number of minutes contained in the current month
|
#
|
public
readonly
|
int
|
$minutesInQuarter
The number of minutes contained in the current quarter
The number of minutes contained in the current quarter
|
#
|
public
readonly
|
int
|
$minutesInWeek
The number of minutes contained in the current week
The number of minutes contained in the current week
|
#
|
public
readonly
|
int
|
$minutesInYear
The number of minutes contained in the current year
The number of minutes contained in the current year
|
#
|
public
readonly
|
int
|
$monthsInCentury
The number of months contained in the current century
The number of months contained in the current century
|
#
|
public
readonly
|
int
|
$monthsInDecade
The number of months contained in the current decade
The number of months contained in the current decade
|
#
|
public
readonly
|
int
|
$monthsInMillennium
The number of months contained in the current millennium
The number of months contained in the current millennium
|
#
|
public
readonly
|
int
|
$monthsInQuarter
The number of months contained in the current quarter
The number of months contained in the current quarter
|
#
|
public
readonly
|
int
|
$monthsInYear
The number of months contained in the current year
The number of months contained in the current year
|
#
|
public
readonly
|
int
|
$quartersInCentury
The number of quarters contained in the current century
The number of quarters contained in the current century
|
#
|
public
readonly
|
int
|
$quartersInDecade
The number of quarters contained in the current decade
The number of quarters contained in the current decade
|
#
|
public
readonly
|
int
|
$quartersInMillennium
The number of quarters contained in the current millennium
The number of quarters contained in the current millennium
|
#
|
public
readonly
|
int
|
$quartersInYear
The number of quarters contained in the current year
The number of quarters contained in the current year
|
#
|
public
readonly
|
int
|
$secondsInCentury
The number of seconds contained in the current century
The number of seconds contained in the current century
|
#
|
public
readonly
|
int
|
$secondsInDay
The number of seconds contained in the current day
The number of seconds contained in the current day
|
#
|
public
readonly
|
int
|
$secondsInDecade
The number of seconds contained in the current decade
The number of seconds contained in the current decade
|
#
|
public
readonly
|
int
|
$secondsInHour
The number of seconds contained in the current hour
The number of seconds contained in the current hour
|
#
|
public
readonly
|
int
|
$secondsInMillennium
The number of seconds contained in the current millennium
The number of seconds contained in the current millennium
|
#
|
public
readonly
|
int
|
$secondsInMinute
The number of seconds contained in the current minute
The number of seconds contained in the current minute
|
#
|
public
readonly
|
int
|
$secondsInMonth
The number of seconds contained in the current month
The number of seconds contained in the current month
|
#
|
public
readonly
|
int
|
$secondsInQuarter
The number of seconds contained in the current quarter
The number of seconds contained in the current quarter
|
#
|
public
readonly
|
int
|
$secondsInWeek
The number of seconds contained in the current week
The number of seconds contained in the current week
|
#
|
public
readonly
|
int
|
$secondsInYear
The number of seconds contained in the current year
The number of seconds contained in the current year
|
#
|
public
readonly
|
int
|
$weeksInCentury
The number of weeks contained in the current century
The number of weeks contained in the current century
|
#
|
public
readonly
|
int
|
$weeksInDecade
The number of weeks contained in the current decade
The number of weeks contained in the current decade
|
#
|
public
readonly
|
int
|
$weeksInMillennium
The number of weeks contained in the current millennium
The number of weeks contained in the current millennium
|
#
|
public
readonly
|
int
|
$weeksInMonth
The number of weeks contained in the current month
The number of weeks contained in the current month
|
#
|
public
readonly
|
int
|
$weeksInQuarter
The number of weeks contained in the current quarter
The number of weeks contained in the current quarter
|
#
|
public
readonly
|
int
|
$weeksInYear
51 through 53
|
#
|
public
readonly
|
int
|
$yearsInCentury
The number of years contained in the current century
The number of years contained in the current century
|
#
|
public
readonly
|
int
|
$yearsInDecade
The number of years contained in the current decade
The number of years contained in the current decade
|
#
|
public
readonly
|
int
|
$yearsInMillennium
The number of years contained in the current millennium
The number of years contained in the current millennium
|
#
|