public final class RecurrencePattern
extends com.aspose.ms.System.Enum
Represents a type of recurrence pattern of a recurrent task.
Modifier and Type | Field and Description |
---|---|
static int |
Daily
Daily pattern.
|
static int |
Monthly
Monthly pattern.
|
static int |
Weekly
Weekly pattern.
|
static int |
Yearly
Yearly pattern.
|
public static final int Daily
Daily pattern.
public static final int Weekly
Weekly pattern.
public static final int Monthly
Monthly pattern.
public static final int Yearly
Yearly pattern.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.