diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index 18827b7066c1038bc0d668ca4c21153d868add18..7a0235e43517e3ccb92862d9f4ec6b606d105326 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -3757,6 +3757,32 @@ typedef enum {
*
*/
NODE_TIME_PICKER_SELECTED_TEXT_STYLE,
+ /**
+ * @brief Defines the start time of the time 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: time. The default value is "00:00:00".\n
+ * \n
+ * Format of the return value {@link ArkUI_AttributeItem}:\n
+ * .string: time. The default value is "00:00:00".\n
+ *
+ * @since 16
+ */
+ NODE_TIME_PICKER_START = 14005,
+ /**
+ * @brief Defines the end time of the time 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: time. The default value is "23:59:59".\n
+ * \n
+ * Format of the return value {@link ArkUI_AttributeItem}:\n
+ * .string: time. The default value is "23:59:59".\n
+ *
+ * @since 16
+ */
+ NODE_TIME_PICKER_END = 14006,
/**
* @brief Defines the data selection range of the text picker.