com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiCalendarTimeZoneInfo



  • public final class MapiCalendarTimeZoneInfo
    extends Object

    Represents the mapi calendar time zone rule

    • Constructor Detail

      • MapiCalendarTimeZoneInfo

        public MapiCalendarTimeZoneInfo()

        Initializes a new instance of the MapiCalendarTimeZoneInfo class.

    • Method Detail

      • getTimeZoneFlags

        public final int getTimeZoneFlags()

        Gets or sets individual bit flags that specify information about this TimeZoneRule

      • setTimeZoneFlags

        public final void setTimeZoneFlags(int value)

        Gets or sets individual bit flags that specify information about this TimeZoneRule

      • getYear

        public final int getYear()

        Gets or sets the year in which this rule is scheduled to take effect.

      • setYear

        public final void setYear(int value)

        Gets or sets the year in which this rule is scheduled to take effect.

      • getBias

        public final int getBias()

        Gets or sets the time zone's offset in minutes from UTC.

      • setBias

        public final void setBias(int value)

        Gets or sets the time zone's offset in minutes from UTC.

      • getStandardBias

        public final int getStandardBias()

        Gets or sets the offset in minutes from lBias during standard time.

      • setStandardBias

        public final void setStandardBias(int value)

        Gets or sets the offset in minutes from lBias during standard time.

      • getDaylightBias

        public final int getDaylightBias()

        Gets or sets offset in minutes from lBias during daylight saving time.

      • setDaylightBias

        public final void setDaylightBias(int value)

        Gets or sets offset in minutes from lBias during daylight saving time.

      • getStandardDate

        public final MapiCalendarTimeZoneRule getStandardDate()

        Gets or sets the date and local time that indicate when to begin using the StandardBias.

      • setStandardDate

        public final void setStandardDate(MapiCalendarTimeZoneRule value)

        Gets or sets the date and local time that indicate when to begin using the StandardBias.

      • getDaylightDate

        public final MapiCalendarTimeZoneRule getDaylightDate()

        Gets or sets the date and local time that indicate when to begin using the DaylightBias.

      • setDaylightDate

        public final void setDaylightDate(MapiCalendarTimeZoneRule value)

        Gets or sets the date and local time that indicate when to begin using the DaylightBias.