Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Quartz::RPC::System::DateTime
Inherits
Struct
<
Value
<
Object
Constructors
decode
(bytes :
Bytes
) :
DateTime
Source
new
(hour :
UInt32
= 0_u32, minute :
UInt32
= 0_u32, second :
UInt32
= 0_u32, day :
UInt32
= 1_u32, month :
UInt32
= 1_u32, year :
UInt32
= 2000_u32, weekday :
UInt32
= 1_u32)
Source
Instance methods
day
Source
day=
(day :
UInt32
)
Source
encode
Source
hour
Source
hour=
(hour :
UInt32
)
Source
minute
Source
minute=
(minute :
UInt32
)
Source
month
Source
month=
(month :
UInt32
)
Source
second
Source
second=
(second :
UInt32
)
Source
weekday
Source
weekday=
(weekday :
UInt32
)
Source
year
Source
year=
(year :
UInt32
)
Source