Skip to content

Function: getCountriesWithSpecificTime()

ts
function getCountriesWithSpecificTime(
  minute: Numeric,
  hour?: Numeric | SpecificTimeAdvancedOptions,
  advanced?: SpecificTimeAdvancedOptions,
): string[];

Returns an array of ISO 3166-1 alpha-2 country codes that have the same specific time as the given options.

Parameters

ParameterTypeDescription
minuteNumericThe minute of the specific time.
hour?| Numeric | SpecificTimeAdvancedOptionsThe hour of the specific time. Can be a number or an object of advanced options.
advanced?SpecificTimeAdvancedOptionsAn object of advanced options for the specific time.

Returns

string[]

An array of ISO 3166-1 alpha-2 country codes that have the same specific time as the given options.