class OpenStudio::NthDayOfWeekInMonth
Public Class Methods
enumName()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 34 def self.enumName end
getValues()
click to toggle source
@return [IntSet]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 37 def self.getValues end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 4 def self.new(*args) end
Public Instance Methods
EqualEqual(nthDayOfWeekInMonth)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 16 def EqualEqual(nthDayOfWeekInMonth) end
GreaterThan(nthDayOfWeekInMonth)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 22 def GreaterThan(nthDayOfWeekInMonth) end
GreaterThanEqual(nthDayOfWeekInMonth)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 25 def GreaterThanEqual(nthDayOfWeekInMonth) end
LessThan(nthDayOfWeekInMonth)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 28 def LessThan(nthDayOfWeekInMonth) end
LessThanEqual(nthDayOfWeekInMonth)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 31 def LessThanEqual(nthDayOfWeekInMonth) end
NotEqual(nthDayOfWeekInMonth)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 19 def NotEqual(nthDayOfWeekInMonth) end
value()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 10 def value end
valueDescription()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 13 def valueDescription end
valueName()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/NthDayOfWeekInMonth.rb, line 7 def valueName end