class Office365::DateTimeTimeZone

Included Modules

Defined in:

models/date_time_time_zone.cr

Constructors

Instance Method Summary

Constructor Detail

def self.convert(value : Time | DateTimeTimeZone) : DateTimeTimeZone #

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

[View source]
def self.new(value : Time = Time.utc, tz : String = "UTC") #

[View source]

Instance Method Detail

def date_time : Time #

[View source]
def date_time=(date_time : Time) #

[View source]
def time_zone : String #

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

[View source]