Calendar::getTimestamp

Calendar::getTimestamp() – Retourne un timestamp à partir de la date courante

Synopsis

require_once 'Calendar.php';

int Calendar::getTimestamp ( )

Description

Le format du timestamp dépend de l'implémentation de Calendar_Engine utilisé.

Return value

Retourne un timestamp

Throws

No exceptions thrown.

Note

This function can not be called statically.