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
| Parameter | Type | Description |
|---|---|---|
minute | Numeric | The minute of the specific time. |
hour? | | Numeric | SpecificTimeAdvancedOptions | The hour of the specific time. Can be a number or an object of advanced options. |
advanced? | SpecificTimeAdvancedOptions | An 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.