TIME Function

From Planfix
Jump to: navigation, search

The TIME function returns the time made of hours, minutes, and seconds.


Format:

TIME(hours;minutes;seconds)


Examples:

TIME(HOURS(B);MINUTES(B)+10;SECONDS(B))


Go To