| Modifier and Type | Field and Description | 
|---|---|
BmDateTime | 
PrintOptions.dateBegin  | 
BmDateTime | 
PrintOptions.dateEnd  | 
BmDateTime | 
VEventQuery.dateMax
Upper bound. 
 | 
BmDateTime | 
VEventQuery.dateMin
Lower bound. 
 | 
BmDateTime | 
VFreebusy.dtend  | 
BmDateTime | 
VFreebusy.Slot.dtend  | 
BmDateTime | 
VFreebusyQuery.dtend  | 
BmDateTime | 
VEvent.dtend  | 
BmDateTime | 
VFreebusy.dtstart  | 
BmDateTime | 
VFreebusy.Slot.dtstart  | 
BmDateTime | 
VFreebusyQuery.dtstart  | 
BmDateTime | 
VEventOccurrence.recurid  | 
| Modifier and Type | Method and Description | 
|---|---|
static VFreebusyQuery | 
VFreebusyQuery.create(BmDateTime dtstart,
      BmDateTime dtend)  | 
static VEventQuery | 
VEventQuery.create(BmDateTime dateMin,
      BmDateTime dateMax)  | 
static VFreebusy.Slot | 
VFreebusy.Slot.create(BmDateTime dtstart,
      BmDateTime dtend,
      VFreebusy.Type type)  | 
static <T extends VEvent> | 
VEventOccurrence.fromEvent(T event,
         BmDateTime recurid)  | 
VEventOccurrence | 
VEventSeries.occurrence(BmDateTime recurid)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VFreebusy | 
VFreebusyServiceHelper.convertToFreebusy(java.lang.String domainUid,
                 java.lang.String freebusyOwner,
                 BmDateTime dtstart,
                 BmDateTime dtend,
                 java.util.List<ItemValue<VEvent>> events,
                 java.util.List<ItemValue<VEvent>> oof)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Optional<VEventOccurrence> | 
OccurrenceHelper.getNextOccurrence(BmDateTime start,
                 VEvent event)
Returns the first occurrence of {event} occurring after {start} or
 {Optional.Empty} if there is none. 
 | 
static VEventOccurrence | 
OccurrenceHelper.getOccurrence(ItemValue<VEventSeries> event,
             BmDateTime dtstart)
Returns an occurrence of a recurring event that occurs a specific date. 
 | 
static java.util.Optional<VEventOccurrence> | 
OccurrenceHelper.getOccurrenceByRecurId(ItemValue<VEventSeries> event,
                      BmDateTime recurid)
Returns an occurrence of a recurring event with a specific recurid. 
 | 
static java.util.List<VEvent> | 
OccurrenceHelper.list(ItemValue<VEventSeries> event,
    BmDateTime dtstart,
    BmDateTime dtend)
Returns a list of occurrences of a recurring event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.Map<java.lang.Long,java.util.List<ItemContainerValue<VEvent>>> | 
PrintCalendar.sortOccurrences(java.util.List<ItemContainerValue<VEvent>> vevents,
               BmDateTime begin,
               BmDateTime end)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<VEventStore.ItemUid> | 
VEventSeriesStore.getReminder(BmDateTime dtalarm)  | 
java.util.List<VEventStore.ItemUid> | 
VEventStore.getReminder(BmDateTime dtalarm)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Set<BmDateTime> | 
EventDeferredAction.excludeKnownExceptions(VEventSeries event,
                      java.util.Set<BmDateTime> knownExdate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Set<BmDateTime> | 
EventDeferredAction.excludeKnownExceptions(VEventSeries event,
                      java.util.Set<BmDateTime> knownExdate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BmDateTime | 
DeferredActionCalendarHookTests.time(java.time.LocalDateTime dateTime)  | 
static BmDateTime | 
DeferredActionCalendarHookTests.time(java.time.LocalDateTime dateTime,
    java.time.ZoneId tz)  | 
static BmDateTime | 
DeferredActionCalendarHookTests.time(java.time.ZonedDateTime dateTime)  | 
static BmDateTime | 
DeferredActionCalendarHookTests.time(java.time.ZonedDateTime dateTime,
    boolean autoDate)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
VEventContainerStoreService.getReminder(BmDateTime dtalarm)  | 
| Modifier and Type | Field and Description | 
|---|---|
BmDateTime | 
BmDateTimeWrapper.bmDateTime  | 
| Modifier and Type | Method and Description | 
|---|---|
BmDateTime | 
BmDateTimeWrapper.copy(long timestamp)
 | 
static BmDateTime | 
BmDateTimeWrapper.create(java.time.LocalDateTime localDateTime,
      BmDateTime.Precision precision)
Timezone will be set to UTC. 
 | 
static BmDateTime | 
BmDateTimeWrapper.create(java.lang.String iso8601)
Creates a BmDateTime based on a string. 
 | 
static BmDateTime | 
BmDateTimeWrapper.create(java.lang.String iso8601,
      BmDateTime.Precision precision)
Creates a BmDateTime based on a string and a precision. 
 | 
static BmDateTime | 
BmDateTimeWrapper.create(java.lang.String iso8601,
      java.lang.String timezone)
Creates a BmDateTime based on a string and a timezone. 
 | 
static BmDateTime | 
BmDateTimeWrapper.create(java.lang.String iso8601,
      java.lang.String timezone,
      BmDateTime.Precision precision)
Creates a BmDateTime based on a string, a timezone and a precision. 
 | 
static BmDateTime | 
BmDateTimeWrapper.create(java.time.ZonedDateTime dateTime,
      BmDateTime.Precision precision)
Timezone will be set after  
ZonedDateTime.getZone(). | 
static BmDateTime | 
BmDateTimeWrapper.fromTimestamp(long timestamp)
Creates a BmDateTime based on a timestamp. 
 | 
static BmDateTime | 
BmDateTimeWrapper.fromTimestamp(long timestamp,
             java.lang.String timezone)
Creates a BmDateTime based on a timestamp and a timezone. 
 | 
static BmDateTime | 
BmDateTimeWrapper.fromTimestamp(long timestamp,
             java.lang.String timezone,
             BmDateTime.Precision precision)
Creates a BmDateTime based on a timestamp, a timezone and a precision. 
 | 
BmDateTime | 
BmDateTimeWrapper.withTimeZone(java.lang.String timezone)
Convert  
BmDateTime from bmDateTime.timezone to timezone. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
BmDateTimeWrapper.isAfter(BmDateTime date)  | 
boolean | 
BmDateTimeWrapper.isBefore(BmDateTime date)  | 
void | 
BmDateTimeValidator.validate(BmDateTime date)  | 
| Constructor and Description | 
|---|
BmDateTimeWrapper(BmDateTime bmDateTime)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BmDateTime | 
DateTimeType.fromTimestamp(java.sql.Timestamp date,
             java.lang.String timezone,
             java.lang.String precision)  | 
static BmDateTime | 
DateTimeType.getDateTime(java.sql.ResultSet rs,
           int index)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Set<BmDateTime> | 
DateTimeType.getDateTimes(java.sql.ResultSet rs,
            int index)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.sql.Timestamp | 
DateTimeType.asTimestamp(BmDateTime value)  | 
static void | 
DateTimeType.setDateTime(java.sql.PreparedStatement statement,
           int index,
           BmDateTime value)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DateTimeType.setDateTimeArray(java.sql.Connection conn,
                java.sql.PreparedStatement statement,
                int index,
                java.util.Set<BmDateTime> values)  | 
| Modifier and Type | Field and Description | 
|---|---|
BmDateTime | 
ObjectWithTime.date1  | 
BmDateTime | 
ObjectWithTime.date2  | 
BmDateTime | 
ObjectWithTime.dt  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
DateTimeComparator.compare(BmDateTime o1,
       BmDateTime o2)  | 
| Modifier and Type | Field and Description | 
|---|---|
BmDateTime | 
ICalendarElement.dtstart  | 
BmDateTime | 
ICalendarElement.RRule.until  | 
| Modifier and Type | Field and Description | 
|---|---|
java.util.Set<BmDateTime> | 
ICalendarElement.exdate  | 
java.util.Set<BmDateTime> | 
ICalendarElement.rdate  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static BmDateTime | 
ICal4jHelper.parseIcsDate(net.fortuna.ical4j.model.property.DateProperty date,
            java.util.Optional<java.lang.String> globalTZ)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends net.fortuna.ical4j.model.Date> | 
ICal4jHelper.convertToIcsDate(BmDateTime date)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BmDateTime | 
IcalConverter.convertToDateTime(net.fortuna.ical4j.model.property.DateProperty property,
                 java.util.Optional<java.lang.String> globalTZ)  | 
static BmDateTime | 
IcalConverter.convertToDateTime(net.fortuna.ical4j.model.Date date,
                 java.lang.String timezone)  | 
| Modifier and Type | Field and Description | 
|---|---|
BmDateTime | 
MailFilter.Vacation.end  | 
BmDateTime | 
MailFilter.Vacation.start  | 
| Modifier and Type | Method and Description | 
|---|---|
static BmDateTime | 
BmDateTimeHelper.time(java.time.LocalDateTime dateTime)  | 
static BmDateTime | 
BmDateTimeHelper.time(java.time.LocalDateTime dateTime,
    java.time.ZoneId tz)  | 
static BmDateTime | 
BmDateTimeHelper.time(java.time.ZonedDateTime dateTime)  | 
static BmDateTime | 
BmDateTimeHelper.time(java.time.ZonedDateTime dateTime,
    boolean autoDate)
Used only in test classes. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
BmDateTime | 
VTodo.completed  | 
BmDateTime | 
VTodoQuery.dateMax
Higher bound of the search range 
 | 
BmDateTime | 
VTodoQuery.dateMin
Lower bound of the search range 
 | 
BmDateTime | 
VTodo.due  | 
| Modifier and Type | Method and Description | 
|---|---|
static VTodoQuery | 
VTodoQuery.create(BmDateTime dateMin,
      BmDateTime dateMax)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<VTodoStore.ItemUid> | 
VTodoStore.getReminder(BmDateTime dtalarm)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VTodo | 
OccurrenceHelper.getOccurrence(VTodo vtodo,
             BmDateTime occurrenceDtstart)
Returns an occurrence of a recurring event that occurs a specific date. 
 | 
static java.util.List<VTodo> | 
OccurrenceHelper.list(VTodo vtodo,
    BmDateTime dtstart,
    BmDateTime dtend)
Returns a list of occurrences of a recurring event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
VTodoContainerStoreService.getReminder(BmDateTime dtalarm)  | 
Copyright © 2021. All Rights Reserved.