class TimeScales::Parts::DayOfMonthClass

Public Instance Methods

&(time) click to toggle source
# File lib/time_scales/parts.rb, line 157
def &(time)
  time.day
end
component_mixin() click to toggle source
# File lib/time_scales/parts.rb, line 154
def component_mixin ; Frame::PartComponents::HasDayOfMonth ; end
default_for_unit?() click to toggle source
# File lib/time_scales/parts.rb, line 153
def default_for_unit? ; true ; end
scheme_scoped_precision_mixin() click to toggle source
# File lib/time_scales/parts.rb, line 155
def scheme_scoped_precision_mixin ; Frame::Precisions::HasDayOfSchemePrecision ; end
scope() click to toggle source
# File lib/time_scales/parts.rb, line 152
def scope       ; Units::Month ; end
subdivision() click to toggle source
# File lib/time_scales/parts.rb, line 151
def subdivision ; Units::Day   ; end
symbol() click to toggle source
# File lib/time_scales/parts.rb, line 150
def symbol ; :day_of_month ; end