Class: When::CalendarNote::InternationalFixedWeek

Inherits:
Week show all
Defined in:
lib/when_exe/region/international_fixed.rb

Overview

InternationalFixed Week

Constant Summary collapse

Notes =

InternationalFixed Note

[When::BasicTypes::M17n, [
  "locale:[=en:, ja=ja:, alias]",
  "names:[InternationalFixed]",

  # Notes for year ----------------------------
  [When::BasicTypes::M17n,
    "names:[note for year=, 年の暦注=, *year]"
  ],

  # Notes for month ----------------------------
  [When::BasicTypes::M17n,
    "names:[note for month=, 月の暦注=, *month]",
    [When::BasicTypes::M17n,
      "names:[month name=en:Month, 月の名前=ja:%%<月_(暦)>, zh:該月的名稱=, *alias:Month=]",
      "[January,   1月, /date/month_names/1] ",
      "[February,  2月, /date/month_names/2] ",
      "[March,     3月, /date/month_names/3] ",
      "[April,     4月, /date/month_names/4] ",
      "[May,       5月, /date/month_names/5] ",
      "[June,      6月, /date/month_names/6] ",
      "[Sol,       7月                     ] ",
      "[July,      8月, /date/month_names/7] ",
      "[August,    9月, /date/month_names/8] ",
      "[September,10月, /date/month_names/9] ",
      "[October,  11月, /date/month_names/10]",
      "[November, 12月, /date/month_names/11]",
      "[December, 13月, /date/month_names/12]"
    ]
  ],

  # Notes for day ----------------------------
  [When::BasicTypes::M17n,
    "names:[note for day=, 日の暦注=, *day]",
    [When::BasicTypes::M17n,
      "names:[Week, 週, zh:星期]",
      [DayOfWeek, "label:[Sunday,     日曜日, /date/day_names/0]", {'delta'=>  7}],
      [DayOfWeek, "label:[Monday,     月曜日, /date/day_names/1]", {'delta'=>  7}],
      [DayOfWeek, "label:[Tuesday,    火曜日, /date/day_names/2]", {'delta'=>  7}],
      [DayOfWeek, "label:[Wednesday,  水曜日, /date/day_names/3]", {'delta'=>  7}],
      [DayOfWeek, "label:[Thursday,   木曜日, /date/day_names/4]", {'delta'=>  7}],
      [DayOfWeek, "label:[Friday,     金曜日, /date/day_names/5]", {'delta'=>  7}],
      [DayOfWeek, "label:[Saturday,   土曜日, /date/day_names/6]", {'delta'=>  7}],
      [DayOfWeek, "label:[OutOfWeek=, 週外日=]", {'delta'=>366}]
    ],

    "[Common_Week=]"
  ]
]]

Constants inherited from When::CalendarNote

Bahai, CalendarDepend, Chinese, CommonWithRokuyo, CommonWithSovietFiveDay, CommonWithSovietSixDay, Default, HashProperty, Javanese, JulianDay, Mayan, Tibetan, Yis

Constants included from Parts::Resource

Parts::Resource::ConstList, Parts::Resource::ConstTypes, Parts::Resource::IRIDecode, Parts::Resource::IRIDecodeTable, Parts::Resource::IRIEncode, Parts::Resource::IRIEncodeTable, Parts::Resource::IRIHeader, Parts::Resource::LabelProperty

Constants included from Namespace

Namespace::DC, Namespace::DCQ, Namespace::DCT, Namespace::FOAF, Namespace::OWL, Namespace::RDF, Namespace::RDFC, Namespace::RDFS, Namespace::RSS, Namespace::XSD

Instance Attribute Summary

Attributes inherited from When::CalendarNote

#event

Attributes inherited from TM::ReferenceSystem

#domain_of_validity, #position

Attributes inherited from BasicTypes::Object

#label

Attributes included from Parts::Resource

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

Method Summary

Methods inherited from Week

#_column_for_week_included, #_normalize, #_range_for_week_included, #common_week, #week_labels

Methods inherited from When::CalendarNote

#copy, #day, #duration, #enum_for, #include?, #month, #note?, #notes, #year

Methods inherited from TM::ReferenceSystem

#domain, #name

Methods included from Parts::Resource

#[], #^, _abbreviation_to_iri, _decode, _encode, _extract_prefix, _instance, _instantiate, _parse, _path_with_prefix, _replace_tags, _setup_, _setup_info, _simplify_path, base_uri, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #parent, #registered?, root_dir

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