Options
Inherits Struct / Value / Object
Constructors
new(input : String = "%s", days : Int32 = 0, hours : Int32 = 0, minutes : Int32 = 0, seconds : Int32 = 0, format : String = "%s", separator : String = "\n", sleep : Bool = false, command : String | Nil = nil)
SourceInstance methods
command
Sourcecommand=(command : Nil | String)
Sourcedays
Sourcedays=(days : Int32)
Sourceformat
Sourceformat=(format : String)
Sourcehours
Sourcehours=(hours : Int32)
Sourceinput
Sourceinput=(input : String)
Sourceminutes
Sourceminutes=(minutes : Int32)
Sourceseconds
Sourceseconds=(seconds : Int32)
Sourceseparator
Sourceseparator=(separator : String)
Sourcesleep
Sourcesleep=(sleep : Bool)
Source