com.aspose.network
Class EndType

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

public final class EndType
extends Object

Specifies how the recurrence rule ends.


Field Summary
static int COUNT
           Pattern ends after specified number of occurrences.
static int NONE
           Pattern does not have an end.
static int UNTIL
           Pattern ends on a specified end date.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE

Pattern does not have an end.

See Also:
Constant Field Values

UNTIL

public static final int UNTIL

Pattern ends on a specified end date.

See Also:
Constant Field Values

COUNT

public static final int COUNT

Pattern ends after specified number of occurrences.

See Also:
Constant Field Values


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