com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiCalendarTimeZoneRule



  • public final class MapiCalendarTimeZoneRule
    extends Object

    Represents time zone rule that indicate when to begin using the Standard/Daylight time.

    • Constructor Detail

      • MapiCalendarTimeZoneRule

        public MapiCalendarTimeZoneRule()

        Initializes a new instance of the MapiCalendarTimeZoneRule class.

    • Method Detail

      • getYear

        public final int getYear()

        Gets or sets the year

      • setYear

        public final void setYear(int value)

        Gets or sets the year

      • getMonth

        public final int getMonth()

        Gets or sets the month

      • setMonth

        public final void setMonth(int value)

        Gets or sets the month

      • getDayOfWeek

        public final int getDayOfWeek()

        Gets or sets the day of week

      • setDayOfWeek

        public final void setDayOfWeek(int value)

        Gets or sets the day of week

      • getPosition

        public final int getPosition()

        Gets or sets the day position

      • setPosition

        public final void setPosition(int value)

        Gets or sets the day position

      • getHour

        public final int getHour()

        Gets or sets the hour

      • setHour

        public final void setHour(int value)

        Gets or sets the hour

      • getMinute

        public final int getMinute()

        Gets or sets the minutes

      • setMinute

        public final void setMinute(int value)

        Gets or sets the minutes

      • getSeconds

        public final int getSeconds()

        Gets or sets the seconds

      • setSeconds

        public final void setSeconds(int value)

        Gets or sets the seconds

      • getMilliseconds

        public final int getMilliseconds()

        Gets or sets the milliseconds

      • setMilliseconds

        public final void setMilliseconds(int value)

        Gets or sets the milliseconds

      • getDate

        public final Date getDate()

        Gets the date and time that indicate when to begin using the Standard/Daylight time.