2019-12-26 22:12:28 +00:00
|
|
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
// StandardTimeZoneOffset undocumented
|
|
|
|
type StandardTimeZoneOffset struct {
|
|
|
|
// Object is the base model of StandardTimeZoneOffset
|
|
|
|
Object
|
|
|
|
// Time undocumented
|
2020-03-15 22:43:46 +00:00
|
|
|
Time *TimeOfDay `json:"time,omitempty"`
|
2019-12-26 22:12:28 +00:00
|
|
|
// DayOccurrence undocumented
|
|
|
|
DayOccurrence *int `json:"dayOccurrence,omitempty"`
|
|
|
|
// DayOfWeek undocumented
|
|
|
|
DayOfWeek *DayOfWeek `json:"dayOfWeek,omitempty"`
|
|
|
|
// Month undocumented
|
|
|
|
Month *int `json:"month,omitempty"`
|
|
|
|
// Year undocumented
|
|
|
|
Year *int `json:"year,omitempty"`
|
|
|
|
}
|