struct

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)
Source

Instance methods

command
Source
command=(command : Nil | String)
Source
days
Source
days=(days : Int32)
Source
format
Source
format=(format : String)
Source
hours
Source
hours=(hours : Int32)
Source
input
Source
input=(input : String)
Source
minutes
Source
minutes=(minutes : Int32)
Source
seconds
Source
seconds=(seconds : Int32)
Source
separator
Source
separator=(separator : String)
Source
sleep
Source
sleep=(sleep : Bool)
Source