R.oo (version 1.0.3)

getInstanciationTime.Object: Gets the time when the object was instanciated

Description

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

Usage

## S3 method for class 'Object}(this, ...)':
getInstanciationTimeundefined

...{Not used.}

Returns a POSIXt object, which extends class POSIXct.

obj <- Object()
  print(getInstanciationTime(obj))

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

[object Object]

programming
methods

Arguments