IsTime
Mon 01 January 2018Syntax
IsTime(Value)
Description
Use the IsTime function to determine if Value contains a valid Time.
You can use this function when you want to determine if a value is compatible with the Time function.
Parameters
Field or Control |
Definition |
---|---|
Value |
Specify either a string or number you want to search for to determine if it's a valid Time. |
Returns
A Boolean value: True if the string contains a valid Time value, False otherwise.