Uses of Class
com.timeanddate.services.common.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in com.timeanddate.services
Constructors in com.timeanddate.services that throw AuthenticationExceptionModifierConstructorDescriptionAstronomyService(String accessKey, String secretKey)
The astronomy service can be used retrieve rise, set, noon and twilight times for sun and moon for all locations.BaseService(String accessKey, String secretKey, String serviceName)
BusinessDateService(String accessKey, String secretKey)
The businessdate service can be used to find a business date from a specified number of days.BusinessDurationService(String accessKey, String secretKey)
The businessduration service can be used to calculate the number of business days between a specified start date and end date.ConvertTimeService(String accessKey, String secretKey)
The converttime service can be used to convert any time from UTC or any of the supported locations to any other of the supported locations.DialCodeService(String accessKey, String secretKey)
The dialcode service can be used determine which phone number shall be used to call a specific location.DSTService(String accessKey, String secretKey)
The dstlist service can be used to obtain data about timezones in all supported countries, eventual start and end date of daylight savings time, and UTC offset for the timezones.HolidaysService(String accessKey, String secretKey)
The holidays service can be used to retrieve the list of holidays for a country.PlacesService(String accessKey, String secretKey)
The places service can be used to retrieve the list of supported places.TimeService(String accessKey, String secretKey)
The timeservice service can be used to retrieve the current time in one or more places.