Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


R.oo (version 1.3.0)

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
internal
methods

Arguments