class Office365::RecurrencePattern

Included Modules

Defined in:

models/recurrence_pattern.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(type : Office365::RecurrencePatternType | Nil, interval : Int32 | Nil, days_of_week : Nil | Array(Office365::DayOfWeek)) #

[View source]
def self.new(type : Office365::RecurrencePatternType | Nil, interval : Int32 | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def day_of_month : Int32 | Nil #

[View source]
def day_of_month=(day_of_month : Int32 | Nil) #

[View source]
def days_of_week : Array(DayOfWeek) | Nil #

[View source]
def days_of_week=(days_of_week : Array(DayOfWeek) | Nil) #

[View source]
def first_day_of_week : DayOfWeek | Nil #

[View source]
def first_day_of_week=(first_day_of_week : DayOfWeek | Nil) #

[View source]
def index : WeekIndex | Nil #

[View source]
def index=(index : WeekIndex | Nil) #

[View source]
def interval : Int32 | Nil #

[View source]
def interval=(interval : Int32 | Nil) #

[View source]
def month : Int32 | Nil #

[View source]
def month=(month : Int32 | Nil) #

[View source]
def type : RecurrencePatternType | Nil #

[View source]
def type=(type : RecurrencePatternType | Nil) #

[View source]