com.aspose.email
Class Frequency

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.Frequency

public final class Frequency
extends com.aspose.email.ms.java.Enum

Specifies frequency of the recurrence rule.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
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 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.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
Frequency()
           
 
Method Summary
 
Methods inherited from class com.aspose.email.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Frequency

public Frequency()


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.