com.aspose.network
Class Frequency

java.lang.Object
  extended by com.aspose.network.Frequency

public final class Frequency
extends Object

Specifies frequency of the recurrence rule.


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.
 
Method Summary
static boolean isDefined(int value)
           
static String toString(int value)
           
 
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
Method Detail

isDefined

public static boolean isDefined(int value)

toString

public static String toString(int value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.