class Office365::RecurrenceRange

Included Modules

Defined in:

models/recurrence_range.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, start_date : String, end_date : String) #

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

[View source]

Instance Method Detail

def end_date : String #

[View source]
def end_date=(end_date : String) #

[View source]
def recurrence_time_zone : String | Nil #

[View source]
def recurrence_time_zone=(recurrence_time_zone : String | Nil) #

[View source]
def start_date : String #

[View source]
def start_date=(start_date : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]