File tree 1 file changed +14
-0
lines changed
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:
186
186
Return the microsecond, as an int from 0 through 999999.
187
187
188
188
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
+
189
196
Macros to extract fields from time objects. The argument must be an instance of
190
197
:c:data: `PyDateTime_Time `, including subclasses. The argument must not be ``NULL ``,
191
198
and the type is not checked:
@@ -210,6 +217,13 @@ and the type is not checked:
210
217
Return the microsecond, as an int from 0 through 999999.
211
218
212
219
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
+
213
227
Macros to extract fields from time delta objects. The argument must be an
214
228
instance of :c:data: `PyDateTime_Delta `, including subclasses. The argument must
215
229
not be ``NULL ``, and the type is not checked:
You can’t perform that action at this time.
0 commit comments