Home
last modified time | relevance | path

Searched defs:month (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.c50 mp_uint_t timeutils_days_in_month(mp_uint_t year, mp_uint_t month) { in timeutils_days_in_month()
60 mp_uint_t timeutils_year_day(mp_uint_t year, mp_uint_t month, mp_uint_t date) { in timeutils_year_day()
130 mp_int_t month; in timeutils_seconds_since_2000_to_struct_time() local
147 mp_uint_t timeutils_seconds_since_2000(mp_uint_t year, mp_uint_t month, in timeutils_seconds_since_2000()
161 mp_uint_t timeutils_mktime_2000(mp_uint_t year, mp_int_t month, mp_int_t mday, in timeutils_mktime_2000()
A Dtimeutils.h73 static inline uint64_t timeutils_mktime(mp_uint_t year, mp_int_t month, mp_int_t mday, mp_int_t hou… in timeutils_mktime()
77 static inline uint64_t timeutils_seconds_since_epoch(mp_uint_t year, mp_uint_t month, in timeutils_seconds_since_epoch()
/AliOS-Things-master/components/amp/jslib/src/
A Drtc.js18 month: time.getMonth(), property in setTime.date
/AliOS-Things-master/components/amp/libjs/lib/
A Drtc.js18 month: time.getMonth(), property in setTime.date
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_calendar.c847 static bool is_highlighted(lv_obj_t * calendar, int32_t year, int32_t month, int32_t day) in is_highlighted()
887 static const char * get_month_name(lv_obj_t * calendar, int32_t month) in get_month_name()
906 static uint8_t get_month_length(int32_t year, int32_t month) in get_month_length()
939 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day) in get_day_of_week()
A Dlv_calendar.h40 int8_t month; member
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_rtc.h36 …uint8_t month; /* DEC format:value range from 1 to 12, BCD format:value range from 0x01 to 0x12 … member
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/
A Drtc.h44 …uint8_t month; /**< DEC format:value range from 1 to 12, BCD format:value range from 0x01 to 0x1… member
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_ntp.c23 uint32_t month; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_ntp.c24 uint32_t month; member
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c35 static u8 days_in_month (u8 month, u8 year) in days_in_month()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Drtc_api.c63 static u8 days_in_month (u8 month, u8 year) in days_in_month()
/AliOS-Things-master/components/drivers/external_device/rx8130ce/include/
A Drx8130ce.h89 uint8_t month; /*!< Month in a year, 1 to 12 */ member
/AliOS-Things-master/components/sensor/drv/
A Ddrv_rtc_maxim_ds1307.c63 uint8_t month; /*!< Month in a year, 1 to 12 */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/
A Dprf_types.h104 uint8_t month; member
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_time.h90 uint8_t month; // 0-11 member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dos.h88 int month; /* 1..12 */ member
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_time.c729 int month; in unix2UTC() local
/AliOS-Things-master/components/sensor/include/sensor/
A Dsensor.h329 uint8_t month; /* !< Month in a year, 1 to 12 */ member
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h284 duk_double_t month; /* month: 1-12 */ member
A Dduktape.c38006 DUK_LOCAL duk_double_t duk__make_day(duk_double_t year, duk_double_t month, duk_double_t day) { in duk__make_day()
38074 duk_small_int_t month; in duk_bi_date_timeval_to_parts() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.h603 png_byte month; /* month of year, 1 - 12 */ member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpng.h603 png_byte month; /* month of year, 1 - 12 */ member

Completed in 283 milliseconds