public final class CalendarExceptionType extends Object
Specifies the calendar exception type.
Modifier and Type | Field and Description |
---|---|
static int |
ByDayCount
By day count
|
static int |
ByWeekDayCount
By weekday count
|
static int |
Daily
Daily
|
static int |
MonthlyByDay
Monthly by day of the month
|
static int |
MonthlyByPosition
Monthly by position
|
static int |
NoExceptionType
No exception type
|
static int |
Weekly
Weekly
|
static int |
YearlyByDay
Yearly by day of the month
|
static int |
YearlyByPosition
Yearly by position
|
public static final int Daily
Daily
public static final int YearlyByDay
Yearly by day of the month
public static final int YearlyByPosition
Yearly by position
public static final int MonthlyByDay
Monthly by day of the month
public static final int MonthlyByPosition
Monthly by position
public static final int Weekly
Weekly
public static final int ByDayCount
By day count
public static final int ByWeekDayCount
By weekday count
public static final int NoExceptionType
No exception type
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.