Searched refs:PyDateTime_DATE_GET_MINUTE (Results 1 – 5 of 5) sorted by relevance
128 #define PyDateTime_DATE_GET_MINUTE(o) (((PyDateTime_DateTime*)o)->data[5]) macro
179 .. c:function:: int PyDateTime_DATE_GET_MINUTE(PyDateTime_DateTime *o)
2206 minute = PyDateTime_DATE_GET_MINUTE(dt); in get_local_timestamp()
74 #define DATE_GET_MINUTE PyDateTime_DATE_GET_MINUTE87 #define DATE_SET_MINUTE(o, v) (PyDateTime_DATE_GET_MINUTE(o) = (v))
2812 minute = PyDateTime_DATE_GET_MINUTE(obj); in test_PyDateTime_DATE_GET()