File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,13 @@ must not be ``NULL``, and the type is not checked:
186186 Return the microsecond, as an int from 0 through 999999.
187187
188188
189+ .. c :function :: int PyDateTime_DATE_GET_FOLD (PyDateTime_DateTime *o)
190+
191+ Return the fold, as an int from 0 through 1.
192+
193+ .. versionadded :: 3.6
194+
195+
189196Macros to extract fields from time objects. The argument must be an instance of
190197:c:data: `PyDateTime_Time `, including subclasses. The argument must not be ``NULL ``,
191198and the type is not checked:
@@ -210,6 +217,13 @@ and the type is not checked:
210217 Return the microsecond, as an int from 0 through 999999.
211218
212219
220+ .. c :function :: int PyDateTime_TIME_GET_FOLD (PyDateTime_Time *o)
221+
222+ Return the fold, as an int from 0 through 1.
223+
224+ .. versionadded :: 3.6
225+
226+
213227Macros to extract fields from time delta objects. The argument must be an
214228instance of :c:data: `PyDateTime_Delta `, including subclasses. The argument must
215229not be ``NULL ``, and the type is not checked:
You can’t perform that action at this time.
0 commit comments