Uses of Class
net.bluemind.core.api.date.BmDateTime
Package
Description
-
Uses of BmDateTime in net.bluemind.calendar.api
Modifier and TypeFieldDescriptionPrintOptions.dateBegin
PrintOptions.dateEnd
VEventQuery.dateMax
Upper bound.VEventQuery.dateMin
Lower bound.VEvent.dtend
VFreebusy.dtend
VFreebusy.Slot.dtend
VFreebusyQuery.dtend
VFreebusy.dtstart
VFreebusy.Slot.dtstart
VFreebusyQuery.dtstart
VEventOccurrence.recurid
Modifier and TypeMethodDescriptionstatic VEventQuery
VEventQuery.create
(BmDateTime dateMin, BmDateTime dateMax) static VFreebusy.Slot
VFreebusy.Slot.create
(BmDateTime dtstart, BmDateTime dtend, String summary, VFreebusy.Type type) static VFreebusyQuery
VFreebusyQuery.create
(BmDateTime dtstart, BmDateTime dtend) static <T extends VEvent>
VEventOccurrenceVEventOccurrence.fromEvent
(T event, BmDateTime recurid) VEventSeries.occurrence
(BmDateTime recurid) -
Uses of BmDateTime in net.bluemind.core.api.date
Modifier and TypeMethodDescriptionBmDateTimeWrapper.copy
(long timestamp) static BmDateTime
Creates a BmDateTime based on a string.static BmDateTime
Creates a BmDateTime based on a string and a timezone.static BmDateTime
BmDateTimeWrapper.create
(String iso8601, String timezone, BmDateTime.Precision precision) Creates a BmDateTime based on a string, a timezone and a precision.static BmDateTime
BmDateTimeWrapper.create
(String iso8601, BmDateTime.Precision precision) Creates a BmDateTime based on a string and a precision.static BmDateTime
BmDateTimeWrapper.create
(LocalDateTime localDateTime, BmDateTime.Precision precision) Timezone will be set to UTC.static BmDateTime
BmDateTimeWrapper.create
(ZonedDateTime dateTime, BmDateTime.Precision precision) Timezone will be set afterZonedDateTime.getZone()
.static BmDateTime
BmDateTimeWrapper.fromTimestamp
(long timestamp) Creates a BmDateTime based on a timestamp.static BmDateTime
BmDateTimeWrapper.fromTimestamp
(long timestamp, String timezone) Creates a BmDateTime based on a timestamp and a timezone.static BmDateTime
BmDateTimeWrapper.fromTimestamp
(long timestamp, String timezone, BmDateTime.Precision precision) Creates a BmDateTime based on a timestamp, a timezone and a precision.BmDateTimeWrapper.withTimeZone
(String timezone) ConvertBmDateTime
from bmDateTime.timezone to timezone.Modifier and TypeMethodDescriptionboolean
BmDateTimeWrapper.isAfter
(BmDateTime date) boolean
BmDateTimeWrapper.isBefore
(BmDateTime date) void
BmDateTimeValidator.validate
(BmDateTime date) -
Uses of BmDateTime in net.bluemind.core.utils
-
Uses of BmDateTime in net.bluemind.icalendar.api
Modifier and TypeFieldDescriptionICalendarElement.Attendee.counter
ICalendarElement.dtstart
ICalendarElement.RRule.until
-
Uses of BmDateTime in net.bluemind.metrics.alerts.api
-
Uses of BmDateTime in net.bluemind.todolist.api
Modifier and TypeFieldDescriptionVTodo.completed
VTodoQuery.dateMax
Higher bound of the search rangeVTodoQuery.dateMin
Lower bound of the search rangeVTodo.due
Modifier and TypeMethodDescriptionstatic VTodoQuery
VTodoQuery.create
(BmDateTime dateMin, BmDateTime dateMax) -
Uses of BmDateTime in net.bluemind.utils