Function isNewZonedPeriod
- isNewZonedPeriod(
prevUtcSeconds: number,
utcSeconds: number,
period: ZonedPeriod,
zone?: string,
): boolean Parameters
- prevUtcSeconds: number
- utcSeconds: number
- period: ZonedPeriod
- zone: string = DEFAULT_TIMEZONE
Returns boolean
The boundary test for one period, for a caller that carries the period as data.