Back to Slint

Time

ui-libraries/material/docs/src/content/collections/structs/Time.md

1.16.1255 B
Original Source

Time

This structure represents a time value with hour, minute, and second fields.

  • hour (int): The hour component of the time.
  • minute (int): The minute component of the time.
  • second (int): The second component of the time.