Uses of Class
com.whatsapp.api.domain.messages.DateTime
Packages that use DateTime
-
Uses of DateTime in com.whatsapp.api.domain.messages
Methods in com.whatsapp.api.domain.messages that return DateTimeModifier and TypeMethodDescriptionDateTimeParameter.getDateTime()
Gets date time.DateTime.setCalendar
(CalendarType calendar) Sets calendar.DateTime.setDayOfMonth
(Integer dayOfMonth) Sets day of month.DateTime.setDayOfWeek
(Integer dayOfWeek) Sets day of week.DateTime.setFallbackValue
(String fallbackValue) Sets fallback value.Sets hour.Sets minute.Sets month.Sets year.Methods in com.whatsapp.api.domain.messages with parameters of type DateTimeModifier and TypeMethodDescriptionDateTimeParameter.setDateTime
(DateTime dateTime) Sets date time.Constructors in com.whatsapp.api.domain.messages with parameters of type DateTimeModifierConstructorDescriptionDateTimeParameter
(DateTime dateTime) Instantiates a new Date time parameter.