module Rasti::DB::NQL::Syntax::Timezone2

Public Instance Methods

hour() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1973
def hour
  elements[1]
end
minutes() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1977
def minutes
  elements[3]
end
sign() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1969
def sign
  elements[0]
end