TIMEVALUE Function

From Planfix
Revision as of 23:30, 22 December 2019 by SliZzzZ (talk | contribs) (Created page with "This function takes a time represented as a string and returns a decimal value. The value of time is a decimal number in the interval from 0 to 0.99988426, which represents th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function takes a time represented as a string and returns a decimal value. The value of time is a decimal number in the interval from 0 to 0.99988426, which represents the time from 0:00:00 to 23:59:59.


Format:

*TIMEVALUE(time_as_string)


Examples:

TIMEVALUE(B)


Go To