Function __global->find_event_start_timestamp

Definitions

sources/calendar.php

  • Find the timestamp of an event's start.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

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

Returns

  • A pair: timestamp, timestamp considering the viewing users timezone
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find the timestamp of an event's start.
 *
 * @param  array $event Event row
 * @return array A pair: timestamp, timestamp considering the viewing users timezone
 */

function find_event_start_timestamp(array $event) : array