---
title: Time
description: Time content
---

`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.