Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDtoBuilder.build()
Build MapiCalendarTimeZoneRuleDto instance.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.date(Date date)
Set date and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.dayOfWeek(String dayOfWeek)
Set dayOfWeek and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneInfoDto.getDaylightDate()
Date and local time that indicate when to begin using the DaylightBias.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneInfoDto.getStandardDate()
Date and local time that indicate when to begin using the StandardBias.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.hour(Integer hour)
Set hour and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.milliseconds(Integer milliseconds)
Set milliseconds and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.minute(Integer minute)
Set minute and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.month(Integer month)
Set month and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.position(String position)
Set position and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.seconds(Integer seconds)
Set seconds and return this.
|
MapiCalendarTimeZoneRuleDto |
MapiCalendarTimeZoneRuleDto.year(Integer year)
Set year and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.daylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
Set daylightDate and return this.
|
MapiCalendarTimeZoneInfoDtoBuilder |
MapiCalendarTimeZoneInfoDtoBuilder.daylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
Set MapiCalendarTimeZoneInfoDto.daylightDate and return builder.
|
void |
MapiCalendarTimeZoneInfoDto.setDaylightDate(MapiCalendarTimeZoneRuleDto daylightDate)
Set daylightDate.
|
void |
MapiCalendarTimeZoneInfoDto.setStandardDate(MapiCalendarTimeZoneRuleDto standardDate)
Set standardDate.
|
MapiCalendarTimeZoneInfoDto |
MapiCalendarTimeZoneInfoDto.standardDate(MapiCalendarTimeZoneRuleDto standardDate)
Set standardDate and return this.
|
MapiCalendarTimeZoneInfoDtoBuilder |
MapiCalendarTimeZoneInfoDtoBuilder.standardDate(MapiCalendarTimeZoneRuleDto standardDate)
Set MapiCalendarTimeZoneInfoDto.standardDate and return builder.
|
Constructor and Description |
---|
MapiCalendarTimeZoneInfoDto(Integer bias,
Integer daylightBias,
MapiCalendarTimeZoneRuleDto daylightDate,
Integer standardBias,
MapiCalendarTimeZoneRuleDto standardDate,
List<String> timeZoneFlags,
Integer year)
Initializes a new instance of the MapiCalendarTimeZoneInfoDto
|
MapiCalendarTimeZoneRuleDtoBuilder(MapiCalendarTimeZoneRuleDto model) |
Copyright © 2020. All rights reserved.