Calendar::thisMinute()

Calendar::thisMinute() -- Returns the value for this minute

Synopsis

require_once 'Calendar.php';

int Calendar::thisMinute ([string $format = 'int'])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

string $format

'int', 'timestamp' , 'array' or 'object'

Rückgabewert

returns e.g. 24 or timestamp

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.