System$currentTimeMillis
From R.utils v1.26.2
by Henrik Bengtsson
Get the current time in milliseconds
Get the current time in milliseconds.
Usage
## Static method (use this):
## System$currentTimeMillis(...)## Don't use the below:
## S3 method for class 'System':
currentTimeMillis(this, ...)
Value
- Returns an
integer
.
See Also
Community examples
Looks like there are no examples yet.