Class Index [+]

Quicksearch

When::CalendarTypes::UTC

Universal Time, Coordinated

Public Class Methods

new(*args) click to toggle source

オブジェクトの生成

    # File when/calendartypes.rb, line 22
22:     def initialize(*args)
23:       @label     = m17n('Z')
24:       @indices ||= When::Coordinates::DefaultTimeIndex
25:       _normalize_temporal
26:       @second    = (@second||128).to_f
27:       @zone      = '+00:00'
28:       @utc_reference = When::TM::ClockTime.new([0,0,0,0], {:frame=>self})
29:     end

Public Instance Methods

clkTrans(clk_time) click to toggle source
Alias for: clk_trans
clk_trans(clk_time) click to toggle source

UTC時刻をこの時法の時刻に変換する

Description of an operation for converting a UTC time to a time on this clock

  clk_time : When::TM::ClockTime
  returns  : When::TM::ClockTime
    # File when/calendartypes.rb, line 52
52:     def clk_trans(clk_time)
53:       return clk_time
54:     end
Also aliased as: clkTrans
utcTrans(u_time) click to toggle source
Alias for: utc_trans
utc_trans(u_time) click to toggle source

この時法の時刻をUTC時刻に変換する

Description of an operation for converting a time on this clock to a UTC time

  u_time  : When::TM::ClockTime
  returns : When::TM::ClockTime
    # File when/calendartypes.rb, line 39
39:     def utc_trans(u_time)
40:       return u_time
41:     end
Also aliased as: utcTrans

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.