Uses of Class
com.timeanddate.services.ConvertedTimes
Packages that use ConvertedTimes
-
Uses of ConvertedTimes in com.timeanddate.services
Methods in com.timeanddate.services that return ConvertedTimesModifier and TypeMethodDescriptionConvertTimeService.convertTime(LocationId fromId, TADDateTime date)
Converts the time by using a LocationId and a Calendar to convert to.ConvertTimeService.convertTime(LocationId fromId, TADDateTime date, List<LocationId> toIds)
Converts the time by using a LocationId, a Calendar and a list of IDs to convert to.ConvertTimeService.convertTime(LocationId fromId, String iso)
ConvertTimeService.convertTime(LocationId fromId, String iso, List<LocationId> toIds)
Converts the time by using a LocationId, a ISO-string and a list of IDs to convert to.ConvertTimeService.convertTime(LocationId fromId, Calendar date)
Converts the time by using a LocationId and a Calendar to convert to.ConvertTimeService.convertTime(LocationId fromId, Calendar date, List<LocationId> toIds)
Converts the time by using a LocationId, a Calendar and a list of IDs to convert to.