pytimeaccess_as_time
No overview available.
def pytimeaccess_as_time(
value: Union[datetime, time]
) - > time
Converts a Python datetime or time object into a standardized time representation. Use this to ensure consistent time formatting across different input types.
Parameters
| Name | Type | Description |
|---|---|---|
| value | Union[datetime, time] | The source object containing the time information to be converted. |
Returns
| Type | Description |
|---|---|
time | A standardized time object representing the input value. |