class CrystalMetarParser::MetarTime
- CrystalMetarParser::MetarTime
- CrystalMetarParser::Base
- Reference
- Object
Defined in:
crystal_metar_parser/metar/metar_time.crConstructors
Instance Method Summary
- #decode_split(s)
- #month : Int32
- #time : Time
- #time_from
- #time_interval : Int32
- #time_to
- #year : Int32
Instance methods inherited from class CrystalMetarParser::Base
decode_split(s)
decode_split,
post_process
post_process,
reset
reset
Constructor Detail
def self.new(year : Int32, month : Int32, time_interval : Int32 = CrystalMetarParser::Metar::DEFAULT_TIME_INTERVAL)
#