The list of possible values for the unit attribute of the TimeDuration object of a feed_type object. Currently only HOUR
is supported.
Type that uses TimeDurationUnitEnum
Calls that use TimeDurationUnitEnum
Enumerations
YEAR
Time duration is based on the number of years.
MONTH
Time duration is based on the number of months
DAY
Time duration is based on the number of days.
HOUR
Time duration is based on the number of hours.
CALENDAR_DAY
Time duration is based on the calendar, meaning Sunday through Saturday and does not exclude holidays.
BUSINESS_DAY
Time duration is based on the number of business days, meaning 'working days'. So it excludes all holidays for the location and in some locations can include Saturday.
MINUTE
Time duration is based on the number of minutes.
SECOND
Time duration is based on the number of seconds.
MILLISECOND
Time duration is based on the number of milliseconds.