Uses of Class
com.timeanddate.services.dataTypes.time.TADDateTime
Packages that use TADDateTime
Package
Description
-
Uses of TADDateTime in com.timeanddate.services
Methods in com.timeanddate.services with parameters of type TADDateTimeModifier 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.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.BusinessDurationService.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. -
Uses of TADDateTime in com.timeanddate.services.common
Methods in com.timeanddate.services.common with parameters of type TADDateTimeModifier and TypeMethodDescriptionstatic int
DateTimeUtils.ToMinuteCompare(TADDateTime t1, TADDateTime t2)
-
Uses of TADDateTime in com.timeanddate.services.dataTypes.astro
Methods in com.timeanddate.services.dataTypes.astro that return TADDateTimeModifier and TypeMethodDescriptionAstronomyDay.getDate()
Date for the current information.AstronomyDayEvent.getISOTime()
Local time at which the event is happening (including UTC offset).AstronomyDayEvent.getUTCTime()
UTC time at which the event is happening. -
Uses of TADDateTime in com.timeanddate.services.dataTypes.dst
Fields in com.timeanddate.services.dataTypes.dst declared as TADDateTimeMethods in com.timeanddate.services.dataTypes.dst that return TADDateTimeModifier and TypeMethodDescriptionDST.getDstEnd()
Ending date of daylight savings time.DST.getDstStart()
Starting date of daylight savings time. -
Uses of TADDateTime in com.timeanddate.services.dataTypes.places
Methods in com.timeanddate.services.dataTypes.places with parameters of type TADDateTime -
Uses of TADDateTime in com.timeanddate.services.dataTypes.time
Methods in com.timeanddate.services.dataTypes.time that return TADDateTimeModifier and TypeMethodDescriptionTADTime.getDateTime()
Date and time representation of the ISO string.TimeChange.getNewLocalTime()
The new local time after the transition.TimeChange.getOldLocalTime()
The old local time before the transition.TimeChange.getUtcTime()
The UTC time of the transition