class CronParser::InternalTime
- CronParser::InternalTime
- Reference
- Object
Defined in:
cron_parser.crConstructors
Instance Method Summary
- #day : Int32
- #day=(day : Int32)
- #hour : Int32
- #hour=(hour : Int32)
- #location : Time::Location
- #location=(location : Time::Location)
- #min : Int32
- #min=(min : Int32)
- #month : Int32
- #month=(month : Int32)
- #second : Int32
- #second=(second : Int32)
- #to_time
- #year : Int32
- #year=(year : Int32)