File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,12 @@ must not be ``NULL``, and the type is not checked:
190
190
191
191
Return the microsecond, as an int from 0 through 999999.
192
192
193
+ .. c :function :: int PyDateTime_DATE_GET_FOLD (PyDateTime_DateTime *o)
194
+
195
+ Return the fold, as an int from 0 through 1.
196
+
197
+ .. versionadded :: 3.6
198
+
193
199
.. c :function :: PyObject* PyDateTime_DATE_GET_TZINFO (PyDateTime_DateTime *o)
194
200
195
201
Return the tzinfo (which may be ``None ``).
@@ -219,6 +225,12 @@ and the type is not checked:
219
225
220
226
Return the microsecond, as an int from 0 through 999999.
221
227
228
+ .. c :function :: int PyDateTime_TIME_GET_FOLD (PyDateTime_Time *o)
229
+
230
+ Return the fold, as an int from 0 through 1.
231
+
232
+ .. versionadded :: 3.6
233
+
222
234
.. c :function :: PyObject* PyDateTime_TIME_GET_TZINFO (PyDateTime_Time *o)
223
235
224
236
Return the tzinfo (which may be ``None ``).
You can’t perform that action at this time.
0 commit comments