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
Copy file name to clipboardexpand all lines: docs/5.0/period/properties.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Returns a `DatePeriod` using the `Period` datepoints with the given `$timeDelta`
142
142
143
143
#### Parameters
144
144
145
-
-`$startDatePresence` Can be set to **`InitialDatePresence::INCLUDED`** or **`InitialDatePresence::EXCLUDED`** to exclude the initial date from the set of recurring dates within the period.
145
+
-`$startDatePresence` Can be set to **`InitialDatePresence::Included`** or **`InitialDatePresence::Excluded`** to exclude the initial date from the set of recurring dates within the period.
146
146
147
147
#### Examples
148
148
@@ -186,7 +186,7 @@ Returns a `Generator` to allow iteration over the instance datepoints, recurring
186
186
187
187
#### Parameters
188
188
189
-
-`$endDatePresence` Can be set to **`InitialDatePresence::INCLUDED`** or **`InitialDatePresence::EXCLUDED`** to exclude the initial date from the set of recurring dates within the period.
189
+
-`$endDatePresence` Can be set to **`InitialDatePresence::Included`** or **`InitialDatePresence::Excluded`** to exclude the initial date from the set of recurring dates within the period.
190
190
191
191
#### Examples
192
192
@@ -203,7 +203,7 @@ Using the `$endDatePresence` parameter
0 commit comments