Function __global->get_schedule_code_event_time
Definitions
sources/calendar2.php
- Get an array containing the time a scheduled event is set, or null if not scheduled.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$hook | ID_TEXT | required parameter | N/A | N/A | Hook to run under systems/commandr_scheduled |
$id | string | required parameter | N/A | N/A | Unspecified identifier for the resource behind this scheduled event, for future querying to find said event; also passed to the Commandr hook |
Return
- Array of minute, hour, month, day, and year if the event is scheduled (null: not scheduled)
- Type: ?array
- Set: N/A
- Range: N/A