SCHEDULE
A helper function which calls the FIND function to return a schedule attribute (e.g. StartTime, StopTime..)
Example Usage
SCHEDULE("StartTime") -> "2022-03-22 07:00"
Overview
Function signature
SCHEDULE(column)
Category
Database
Return data type
None
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
column | string | The desired return column in schedule |