getText

abstract fun getText(): String

Retrieves the textual representation of the time value.

This function is used to get the underlying string value that represents the time, typically in a format that can be directly used in SQL queries (e.g., 'HH:MM:SS').

Return

A String representing the time.