public final class EndType extends Object
Specifies how the recurrence rule ends.
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-2014 Aspose Pty Ltd. All Rights Reserved.