class

Cosmo::Intrinsic::SystemLib::SystemTime

Inherits Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Returns the Unix epoch time in seconds

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : Int64

Executes the function body, passing in args

Source