class OpenStudio::Model::RunPeriodControlDaylightSavingTime

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 6
def self.iddObjectType
end

Public Instance Methods

endDate() click to toggle source

@return [Date]

# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 15
def endDate
end
endNthDayOfWeekInMonth() click to toggle source

@return [OptionalNthDayOfWeekInMonth]

# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 18
def endNthDayOfWeekInMonth
end
ensureNoLeapDays() click to toggle source
# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 20
def ensureNoLeapDays
end
setEndDate(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 26
def setEndDate(*args)
end
setStartDate(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 23
def setStartDate(*args)
end
startDate() click to toggle source

@return [Date]

# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 9
def startDate
end
startNthDayOfWeekInMonth() click to toggle source

@return [OptionalNthDayOfWeekInMonth]

# File lib/openstudio-api-stubs/Classes/RunPeriodControlDaylightSavingTime.rb, line 12
def startNthDayOfWeekInMonth
end