|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateTime | |
|---|---|
| net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
| net.fortuna.ical4j.model.component | Contains types used to represent the iCalendar component model. |
| net.fortuna.ical4j.model.property | Contains types used to represent the iCalendar property model. |
| Uses of DateTime in net.fortuna.ical4j.model |
|---|
| Methods in net.fortuna.ical4j.model that return DateTime | |
|---|---|
DateTime |
Period.getEnd()
Returns the end date of this period. |
DateTime |
Period.getStart()
|
| Constructors in net.fortuna.ical4j.model with parameters of type DateTime | |
|---|---|
Period(DateTime start,
DateTime end)
Constructs a new period with the specied start and end date. |
|
Period(DateTime start,
Dur duration)
Constructs a new period with the specified start date and duration. |
|
| Uses of DateTime in net.fortuna.ical4j.model.component |
|---|
| Constructors in net.fortuna.ical4j.model.component with parameters of type DateTime | |
|---|---|
VAlarm(DateTime trigger)
Constructs a new VALARM instance that will trigger at the specified time. |
|
VFreeBusy(DateTime start,
DateTime end)
Constructs a new VFreeBusy instance with the specified start and end boundaries. |
|
VFreeBusy(DateTime start,
DateTime end,
Dur duration)
Constructs a new VFreeBusy instance with the specified start and end boundaries. |
|
| Uses of DateTime in net.fortuna.ical4j.model.property |
|---|
| Methods in net.fortuna.ical4j.model.property that return DateTime | |
|---|---|
DateTime |
UtcProperty.getDateTime()
|
| Methods in net.fortuna.ical4j.model.property with parameters of type DateTime | |
|---|---|
void |
Trigger.setDateTime(DateTime dateTime)
|
void |
UtcProperty.setDateTime(DateTime dateTime)
|
| Constructors in net.fortuna.ical4j.model.property with parameters of type DateTime | |
|---|---|
Completed(DateTime aDate)
|
|
Completed(ParameterList aList,
DateTime aDate)
|
|
Created(DateTime aDate)
|
|
Created(ParameterList aList,
DateTime aDate)
|
|
DtStamp(DateTime aDate)
|
|
DtStamp(ParameterList aList,
DateTime aDate)
|
|
LastModified(DateTime aDate)
|
|
LastModified(ParameterList aList,
DateTime aDate)
|
|
Trigger(DateTime dateTime)
|
|
Trigger(ParameterList aList,
DateTime dateTime)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||