implements |
BackedEnum |
---|
Cases | |
---|---|
Sunday = 0
|
# |
Monday = 1
|
# |
Tuesday = 2
|
# |
Wednesday = 3
|
# |
Thursday = 4
|
# |
Friday = 5
|
# |
Saturday = 6
|
# |
Methods | ||
---|---|---|
public
static
|
int(self|int|null $value): ?int
|
# |
public
static
|
fromNumber(int $number): self
|
# |
public
static
|
fromName(string $name, ?string $locale = null): self
|
# |
public
|
next(?CarbonImmutable $now = null): CarbonImmutable
|
# |
public
|
locale(string $locale, ?CarbonImmutable $now = null): CarbonImmutable
|
# |