getInstantiationTime.Object {R.oo} | R Documentation |
Gets the time when the object was instantiated (created) as a POSIXt object.
## S3 method for class 'Object': getInstantiationTime(this, ...)
... |
Not used. |
Returns a POSIXt object, which extends class POSIXct.
Henrik Bengtsson (http://www.braju.com/R/)
For more about time formats and POSIX see DateTimeClasses
.
For more information see Object
.
obj <- Object() print(getInstantiationTime(obj))