You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <nobr>`->getDateRange()`</nobr> | Returns the range as `DateRange` class. | `DateRange` |
156
+
| <nobr>`->getFrom(DateTimeZone $dateTimeZoneOutput)`</nobr> | Returns the "from" date as `DateTime` object. | `DateTime\|null` |
157
+
| <nobr>`->getTo(DateTimeZone $dateTimeZoneOutput)`</nobr> | Returns the "to" date as `DateTime` object. | `DateTime\|null` |
158
+
| <nobr>`->getFromImmutable(DateTimeZone $dateTimeZoneOutput)`</nobr> | Returns the "from" date as `DateTimeImmutable` object. | `DateTimeImmutable\|null` |
159
+
| <nobr>`->getToImmutable(DateTimeZone $dateTimeZoneOutput)`</nobr> | Returns the "to" date as `DateTimeImmutable` object. | `DateTimeImmutable\|null` |
0 commit comments