TIME is a DAX function that converts hours, minutes, and seconds into a time value in datetime format.
Syntax
TIME(
Hour,
Minute,
Second
)
Argument | Properties | Description |
---|---|---|
Hour | A number from 0 to 23 representing the hour. | |
Minute | A number from 0 to 59 representing the minute. | |
Second | A number from 0 to 59 representing the second. |