com.aspose.email
Class MapiCalendarRecurrencePatternType

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

public final class MapiCalendarRecurrencePatternType
extends com.aspose.email.ms.java.Enum

Enumerates the mapi calendar recurrence pattern types


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static int Day
           The event has a daily recurrence.
static int HjMonth
           The event has a monthly recurrence in the Hijri calendar
static int HjMonthEnd
           The event has a month end recurrence in the Hijri calendar.
static int HjMonthNth
           The event has an every nth month pattern in the Hijri calendar.
static int Month
           The event has a monthly recurrence.
static int MonthEnd
           The event has a month-end recurrence.
static int MonthNth
           The event has an every nth month pattern.
static int Week
           The event has a weekly recurrence.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.email.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

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

MonthEnd

public static final int MonthEnd

The event has a month-end recurrence.

See Also:
Constant Field Values

MonthNth

public static final int MonthNth

The event has an every nth month pattern.

See Also:
Constant Field Values

HjMonth

public static final int HjMonth

The event has a monthly recurrence in the Hijri calendar

See Also:
Constant Field Values

HjMonthNth

public static final int HjMonthNth

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

See Also:
Constant Field Values

HjMonthEnd

public static final int HjMonthEnd

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

See Also:
Constant Field Values


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.