Class: When::CalendarTypes::EphemerisBasedSolar

Inherits:
EphemerisBased show all
Defined in:
lib/when_exe/calendartypes.rb

Overview

月日の配当が太陽の位置によって決定される太陽暦

Calendar based on the ephemeris of the Sun

Direct Known Subclasses

ChineseSolar, EphemerisBasedLuniSolar, HinduSolar

Constant Summary

Constants included from When::Coordinates

When::Coordinates::Bahai, When::Coordinates::CommonResidue, When::Coordinates::DefaultDateIndex, When::Coordinates::DefaultTimeIndex, When::Coordinates::IndianCities, When::Coordinates::Javanese, When::Coordinates::MATCH, When::Coordinates::Mayan, When::Coordinates::PERIOD, When::Coordinates::PERIOD_NAME, When::Coordinates::PRECISION, When::Coordinates::PRECISION_NAME, When::Coordinates::VALUE, When::Coordinates::Yi

Constants included from Parts::Resource

Parts::Resource::LabelProperty, Parts::Resource::Prefix, Parts::Resource::PrefixIndex, Parts::Resource::PrefixKeys, Parts::Resource::PrefixValues

Instance Attribute Summary collapse

Attributes inherited from EphemerisBased

#formula

Attributes inherited from TM::Calendar

#reference_frame, #time_basis

Attributes inherited from TM::ReferenceSystem

#domain, #domain_of_validity, #position

Attributes inherited from BasicTypes::Object

#label

Attributes included from Parts::Resource

#_pool, #child, #keys, #locale, #namespace

Instance Method Summary collapse

Methods inherited from EphemerisBased

#_coordinates_to_number, #_length, #_number_to_coordinates, #_sum_

Methods inherited from TM::Calendar

_setup_, #_to_month_number_, #date_trans, #jul_trans, #rate_of_clock, #time_standard, #to_cal_date, #to_julian_date

Methods included from When::Coordinates

to_deg, to_dms

Methods inherited from TM::ReferenceSystem

#name

Methods inherited from BasicTypes::Object

#tap

Methods included from Parts::Resource

#[], #^, _extract_prefix, _instance, _parse, _path_with_prefix, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #next, #parent, #prev, #registered?

Methods included from Parts::Resource::Pool

#[], #[]=, #_pool, #_setup_, #pool_keys

Methods included from Parts::Resource::Synchronize

#synchronize

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class When::Parts::Resource

Instance Attribute Details

#timezoneArray<Numeric> (readonly)

時間帯

Returns:



728
729
730
# File 'lib/when_exe/calendartypes.rb', line 728

def timezone
  @timezone
end

Instance Method Details

#_new_month_(m) ⇒ Integer

月初の通日

Parameters:

  • m (Integer)

    通月

Returns:

  • (Integer)

    月初の通日



738
739
740
# File 'lib/when_exe/calendartypes.rb', line 738

def _new_month_(m)
  return (@formula[0].cn_to_time(m + @cycle_offset) + 0.5 + @timezone[0]).floor
end