Modifier and Type | Method and Description |
---|---|
DateComparisonField |
ComparisonFieldAdapter.getAsDateTime()
Returns current
ComparisonField as DateComparisonField |
DateComparisonField |
ContactQueryBuilder.getContactCreationTime()
Gets the field that allows to find items with a specified CreationTime.
|
DateComparisonField |
AppointmentQueryBuilder.getEnd()
Gets the field that allows to find items with a specified End field.
|
DateComparisonField |
MailQueryBuilder.getInternalDate()
Gets the field that allows to find messages by internal date.
|
DateComparisonField |
AppointmentQueryBuilder.getOriginalStart()
Gets the field that allows to find items with a specified OriginalStart field.
|
DateComparisonField |
MailQueryBuilder.getSentDate()
Gets the field that allows to find messages by sent date.
|
DateComparisonField |
AppointmentQueryBuilder.getStart()
Gets the field that allows to find items with a specified Start field.
|