Function PyDateTime_GET_DAY
pub unsafe fn PyDateTime_GET_DAY(o: *mut PyObject) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.Expand description
Retrieve the day component of a PyDateTime_Date
or PyDateTime_DateTime
.
Returns a signed integer in the interval [1, 31]
.