Interface SpecificTimeAdvancedOptions

Interface representing advanced options for specifying a specific time for use with the getCountriesWithSpecificTime function.

Hierarchy

  • SpecificTimeAdvancedOptions

Properties

dayOfMonth?: Numeric

The day of the month to match.

dayOfWeek?: Numeric

The day of the week to match.

hourOfDay?: Numeric

The hour of the day to match.

monthOfYear?: Numeric

The month of the year to match.

weekOfYear?: Numeric

The week of the year to match.

year?: Numeric

The year to match.