class OpenStudio::Calendar
Public Class Methods
logChannel()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 7 def self.logChannel end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 4 def self.new(*args) end
Public Instance Methods
addHoliday(date, string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 15 def addHoliday(date, string) end
addNamedDay(date, string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 17 def addNamedDay(date, string) end
daylightSavings(date, date)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 13 def daylightSavings(date, date) end
endDate()
click to toggle source
@return [Date]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 38 def endDate end
getName(date)
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 32 def getName(date) end
includesDate(date)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 20 def includesDate(date) end
isDaylightSavings(date)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 23 def isDaylightSavings(date) end
isHoliday(date)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 26 def isHoliday(date) end
isNamedDay(date)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 29 def isNamedDay(date) end
standardDaylightSavings()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 9 def standardDaylightSavings end
standardHolidays()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 11 def standardHolidays end
startDate()
click to toggle source
@return [Date]
# File lib/openstudio-api-stubs/Classes/Calendar.rb, line 35 def startDate end