time

Time Class provided by System for Runtime Clock and time sting operations

package

SYSTEM

Methods

Retrieve the Runtime Timestamp

getStartTime() : integer
static

Response

integer

Returns the Runtime Timestamp

Start the Runtime Clock

start() : null
static

Response

null

Returns null.

Calaculate the time which has passed for given timestamp.

time_ago_string(integer $time) : string
static

Scaling from seconds to years. Required strings from tag 'time' to be included.

Arguments

$time

integer

Unixtimestamp to be converted

Response

string

Returns scaled time string.

Calaculate the time which has to pass till the given timestamp.

time_in_string(integer $time) : string
static

Scaling from seconds to years. Required strings from tag 'time' to be included.

Arguments

$time

integer

Unixtimestamp to be converted

Response

string

Returns scaled time string.

Properties

int System time - runtime clock

start_time : 
static

Type(s)