com.aspose.network
Class MapiCalendarRecurrencePatternType

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

public final class MapiCalendarRecurrencePatternType
extends Object

Enumerates the mapi calendar recurrence pattern types


Field Summary
static int DAY
           The event has a daily recurrence.
static int HJ_MONTH
           The event has a monthly recurrence in the Hijri calendar
static int HJ_MONTH_END
           The event has a month end recurrence in the Hijri calendar.
static int HJ_MONTH_NTH
           The event has an every nth month pattern in the Hijri calendar.
static int MONTH
           The event has a monthly recurrence.
static int MONTH_END
           The event has a month-end recurrence.
static int MONTH_NTH
           The event has an every nth month pattern.
static int WEEK
           The event has a weekly recurrence.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DAY

public static final int DAY

The event has a daily recurrence.

See Also:
Constant Field Values

WEEK

public static final int WEEK

The event has a weekly recurrence.

See Also:
Constant Field Values

MONTH

public static final int MONTH

The event has a monthly recurrence.

See Also:
Constant Field Values

MONTH_END

public static final int MONTH_END

The event has a month-end recurrence.

See Also:
Constant Field Values

MONTH_NTH

public static final int MONTH_NTH

The event has an every nth month pattern.

See Also:
Constant Field Values

HJ_MONTH

public static final int HJ_MONTH

The event has a monthly recurrence in the Hijri calendar

See Also:
Constant Field Values

HJ_MONTH_NTH

public static final int HJ_MONTH_NTH

The event has an every nth month pattern in the Hijri calendar.

See Also:
Constant Field Values

HJ_MONTH_END

public static final int HJ_MONTH_END

The event has a month end recurrence in the Hijri calendar.

See Also:
Constant Field Values


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