Uses of Class
com.timeanddate.services.dataTypes.places.LocationId
Packages that use LocationId
-
Uses of LocationId in com.timeanddate.services
Methods in com.timeanddate.services with parameters of type LocationIdModifier and TypeMethodDescriptionBusinessDateService.addDays(TADDateTime startDate, int days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.BusinessDateService.addDays(TADDateTime startDate, List<Integer> days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.ConvertTimeService.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.TimeService.currentTimeForPlace(LocationId placeId)
Retrieves the current time for place by ID.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, TADDateTime startDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, TADDateTime startDate, TADDateTime endDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, Calendar startDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, Calendar startDate, Calendar endDate)
Gets the specified object type (Moon, Sun) for a specified place by start date.DialCodeService.getDialCode(LocationId toLocation)
Gets the dial code for the location you want to callDialCodeService.getDialCode(LocationId toLocation, LocationId fromLocation)
Gets the dial code for the location you want to call, from whereDialCodeService.getDialCode(LocationId toLocation, LocationId fromLocation, int number)
Gets the dial code for the location you want to call, from where with numberBusinessDurationService.getDuration(TADDateTime startDate, TADDateTime endDate, LocationId placeId)
The businessduration service can be used to calculate the number of business days between a specified start date and end date.BusinessDateService.subtractDays(TADDateTime startDate, int days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.BusinessDateService.subtractDays(TADDateTime startDate, List<Integer> days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.Method parameters in com.timeanddate.services with type arguments of type LocationIdModifier and TypeMethodDescriptionConvertTimeService.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, 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, List<LocationId> toIds)
Converts the time by using a LocationId, a Calendar and a list of IDs to convert to. -
Uses of LocationId in com.timeanddate.services.dataTypes.places
Methods in com.timeanddate.services.dataTypes.places that return LocationId