diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index 18827b7066c1038bc0d668ca4c21153d868add18..32a1e7c016523b4214506ff8cffda0f0d60d702e 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -3986,6 +3986,32 @@ typedef enum {
*
*/
NODE_CALENDAR_PICKER_TEXT_STYLE,
+ /**
+ * @brief Defines the start date of the calendar picker.
+ * This attribute can be set, reset, and obtained as required through APIs.
+ *
+ * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
+ * .string: date. The value like "1970-1-1". \n
+ * \n
+ * Format of the return value {@link ArkUI_AttributeItem}:\n
+ * .string: date. \n
+ *
+ * @since 16
+ */
+ NODE_CALENDAR_PICKER_START = 16004,
+ /**
+ * @brief Defines the end date of the calendar picker.
+ * This attribute can be set, reset, and obtained as required through APIs.
+ *
+ * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
+ * .string: date. The value like "2100-12-31". \n
+ * \n
+ * Format of the return value {@link ArkUI_AttributeItem}:\n
+ * .string: date. \n
+ *
+ * @since 16
+ */
+ NODE_CALENDAR_PICKER_END = 16005,
/**
* @brief Defines the color of the slider. This attribute can be set, reset, and obtained as required through APIs.
*