Lines Matching refs:hour
55 …hour (24-hour format)<b>**h**: hour (12-hour format)<br>**m**: minute<br>**s**: second<br>**SS**: …
61 …*format** are invalid, the display format follows the system's language and hour format settings.
65 …tside of widgets: 12-hour format: aa hh:mm:ss; 24-hour format: HH:mm:ss.<br>Default value in widge…
267 Sets whether to display a leading zero for the hour.
279 …hour. It only supports setting the **hour** parameter. When the parameter value is **{hour: "2-dig…
388 // Display the system time in 12-hour format for the UTC+8 time zone, accurate to seconds.
433 …er the text clock is started, the time picker toggles between a 12-hour and a 24-hour format displ…
513 …ding zero for the hour field. By default, the hour field in the 24-hour format includes a leading …
521 Text("Remove the leading zero in 24-hour format: ")
526 .dateTimeOptions({hour: "numeric"})
529 Text("Add the leading zero in 12-hour format: ")
534 .dateTimeOptions({hour: "2-digit"})