getInstantiationTime.BasicObject {R.oo}R Documentation

Gets the time when the object was instantiated

Description

Gets the time when the object was instantiated (created) as a POSIXt object.

Usage

## S3 method for class 'BasicObject':
getInstantiationTime(this, ...)

Arguments

... Not used.

Value

Returns a POSIXt object, which extends class POSIXct.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more about time formats and POSIX see DateTimeClasses. For more information see BasicObject.


[Package R.oo version 1.6.5 Index]