public final class EndType
extends com.aspose.ms.System.Enum
Specifies how the recurrence rule ends.
Modifier and Type | Field and Description |
---|---|
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.
|
public static final int None
Pattern does not have an end.
public static final int Until
Pattern ends on a specified end date.
public static final int Count
Pattern ends after specified number of occurrences.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.