com.aspose.email
Class EndType

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

public final class EndType
extends com.aspose.ms.java.Enum

Specifies how the recurrence rule ends.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
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 com.aspose.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

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.