class Office365::RecurrencePattern
- Office365::RecurrencePattern
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
models/recurrence_pattern.crConstructors
- .new(type : Office365::RecurrencePatternType | Nil, interval : Int32 | Nil, days_of_week : Nil | Array(Office365::DayOfWeek), first_day_of_week : Office365::DayOfWeek | Nil)
- .new(type : Office365::RecurrencePatternType | Nil, interval : Int32 | Nil, days_of_week : Nil | Array(Office365::DayOfWeek))
- .new(type : Office365::RecurrencePatternType | Nil, interval : Int32 | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #day_of_month : Int32 | Nil
- #day_of_month=(day_of_month : Int32 | Nil)
- #days_of_week : Array(DayOfWeek) | Nil
- #days_of_week=(days_of_week : Array(DayOfWeek) | Nil)
- #first_day_of_week : DayOfWeek | Nil
- #first_day_of_week=(first_day_of_week : DayOfWeek | Nil)
- #index : WeekIndex | Nil
- #index=(index : WeekIndex | Nil)
- #interval : Int32 | Nil
- #interval=(interval : Int32 | Nil)
- #month : Int32 | Nil
- #month=(month : Int32 | Nil)
- #type : RecurrencePatternType | Nil
- #type=(type : RecurrencePatternType | Nil)
Constructor Detail
def self.new(type : Office365::RecurrencePatternType | Nil, interval : Int32 | Nil, days_of_week : Nil | Array(Office365::DayOfWeek), first_day_of_week : Office365::DayOfWeek | Nil)
#
def self.new(type : Office365::RecurrencePatternType | Nil, interval : Int32 | Nil, days_of_week : Nil | Array(Office365::DayOfWeek))
#