Package | Description |
---|---|
com.hcl.domino.calendar |
Modifier and Type | Method and Description |
---|---|
static CalendarReadRange |
CalendarReadRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarReadRange[] |
CalendarReadRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Calendaring.readRange(Database dbMail,
TemporalAccessor start,
TemporalAccessor end,
int skipCount,
int maxRead,
Collection<CalendarReadRange> readMask,
Appendable retICal,
List<String> retUIDs)
Gets a summary of calendar entries for a range of times
|
static int |
CalendarReadRange.toBitMask(Collection<CalendarReadRange> flagSet) |
static int |
CalendarReadRange.toBitMask2(Collection<CalendarReadRange> flagSet) |
Copyright © 2019–2021 HCL. All rights reserved.