com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Frequency

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.Frequency


  • public final class Frequency
    extends com.aspose.ms.System.Enum

    Specifies frequency of the recurrence rule.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Daily
      Occurrences repeat based on an interval of a day or more.
      static int Hourly
      Occurrences repeat based on an interval of an hour or more.
      static int Minutely
      Occurrences repeat based on an interval of a minute or more.
      static int Monthly
      Occurrences repeat based on an interval of a month or more.
      static int None
      No values are set.
      static int Secondly
      Occurrences repeat based on an interval of a second or more.
      static int Weekly
      Occurrences repeat based on an interval of a week or more.
      static int Yearly
      Occurrences repeat based on an interval of a year or more.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Secondly

        public static final int Secondly

        Occurrences repeat based on an interval of a second or more.

        See Also:
        Constant Field Values
      • Minutely

        public static final int Minutely

        Occurrences repeat based on an interval of a minute or more.

        See Also:
        Constant Field Values
      • Hourly

        public static final int Hourly

        Occurrences repeat based on an interval of an hour or more.

        See Also:
        Constant Field Values
      • Daily

        public static final int Daily

        Occurrences repeat based on an interval of a day or more.

        See Also:
        Constant Field Values
      • Weekly

        public static final int Weekly

        Occurrences repeat based on an interval of a week or more.

        See Also:
        Constant Field Values
      • Monthly

        public static final int Monthly

        Occurrences repeat based on an interval of a month or more.

        See Also:
        Constant Field Values
      • Yearly

        public static final int Yearly

        Occurrences repeat based on an interval of a year or more.

        See Also:
        Constant Field Values