An enum value that specifies the time-measurement unit that's used to express a time span.
Type that uses TimeDurationUnitEnum
Call that uses TimeDurationUnitEnum
Enumerations
YEAR
Time duration is based on a number of years.
MONTH
Time duration is based on a number of months
DAY
Time duration is based on a number of days.
HOUR
Time duration is based on a number of hours.
CALENDAR_DAY
Time duration is based on a number of calendar days, including Saturday and Sunday. This time duration does not exclude holidays.
BUSINESS_DAY
Time duration is based on a number of business days, or 'working days' (normally Monday through Friday). This excludes Sunday and all holidays in the time duration and, depending on the location, can include or exclude Saturday.
MINUTE
Time duration is based on a number of minutes.
SECOND
Time duration is based on a number of seconds.
MILLISECOND
Time duration is based on a number of milliseconds.