A class and constructor of time traitlets.
Super class
RKernel::Trait
-> TimeClass
Public fields
value
A date.
coerce
Logical value, whether assignments to the value field should be coerced to the appropriate type.
Methods
Inherited methods
Method new()
Initialize the traitlet.
Usage
TimeClass$new(initial = as.POSIXct(integer(0)), coerce = TRUE)