Method: When::TM::DateAndTime#initialize

Defined in:
lib/when_exe/tmptypes.rb

#initialize(date, time, options = {}) ⇒ DateAndTime

オブジェクトの生成

Parameters:

Options Hash (options):



1178
1179
1180
1181
# File 'lib/when_exe/tmptypes.rb', line 1178

def initialize(date, time, options={})
  options[:time] = time
  super(date, options)
end