Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.addTimeZoneFlagsItem(String timeZoneFlagsItem)
Add an item to timeZoneFlags and return this.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.bias(Integer bias)
Set bias and return this.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.daylightBias(Integer daylightBias)
Set daylightBias and return this.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.daylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
Set daylightDate and return this.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.standardBias(Integer standardBias)
Set standardBias and return this.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.standardDate(MapiCalendarTimeZoneRuleDto standardDate)
Set standardDate and return this.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.timeZoneFlags(List<String> timeZoneFlags)
Set timeZoneFlags and return this.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.year(Integer year)
Set year and return this.
|
Modifier and Type | Method and Description |
---|---|
List<MapiCalendarTimeZoneInfoDto> |
MapiCalendarTimeZoneDto.getTimeZoneRules()
Time zone rules
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZoneDto |
MapiCalendarTimeZoneDto.addTimeZoneRulesItem(MapiCalendarTimeZoneInfoDto timeZoneRulesItem)
Add an item to timeZoneRules and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiCalendarTimeZoneDto.setTimeZoneRules(List<MapiCalendarTimeZoneInfoDto> timeZoneRules)
Set timeZoneRules.
|
MapiCalendarTimeZoneDto |
MapiCalendarTimeZoneDto.timeZoneRules(List<MapiCalendarTimeZoneInfoDto> timeZoneRules)
Set timeZoneRules and return this.
|
Constructor and Description |
---|
MapiCalendarTimeZoneDto(String keyName,
List<MapiCalendarTimeZoneInfoDto> timeZoneRules)
Initializes a new instance of the MapiCalendarTimeZoneDto
|
Copyright © 2020. All rights reserved.