numpy
2.0.0
|
#include <ndarraytypes.h>
Data Fields | |
npy_int64 | year |
npy_int32 | month |
npy_int32 | day |
npy_int32 | hour |
npy_int32 | min |
npy_int32 | sec |
npy_int32 | us |
npy_int32 | ps |
npy_int32 | as |
npy_int32 npy_datetimestruct::as |
npy_int32 npy_datetimestruct::day |
Referenced by days_to_yearsdays(), and parse_iso_8601_datetime().
npy_int32 npy_datetimestruct::hour |
npy_int32 npy_datetimestruct::min |
npy_int32 npy_datetimestruct::month |
Referenced by days_to_yearsdays(), and parse_iso_8601_datetime().
npy_int32 npy_datetimestruct::ps |
npy_int32 npy_datetimestruct::sec |
Referenced by datetime_type_promotion().
npy_int32 npy_datetimestruct::us |
npy_int64 npy_datetimestruct::year |
Referenced by convert_datetimestruct_utc_to_local(), days_to_yearsdays(), is_leapyear(), and parse_iso_8601_datetime().