Function __global->get_calendar_event_first_date_wrap

Definitions

sources/calendar.php

  • Find timestamp of when an event happens. Preferably the next recurrence, but if it is in the past, the first.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$row array No No required parameter N/A N/A Event row

Returns

  • Timestamp
  • Type: TIME
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find timestamp of when an event happens. Preferably the next recurrence, but if it is in the past, the first.
 *
 * @param  array $row Event row
 * @return TIME Timestamp
 */

function get_calendar_event_first_date_wrap(array $row) : int