Skip to content

@livefolio/sdk / AdhocTimeOverrides

Type Alias: AdhocTimeOverrides

AdhocTimeOverrides = ReadonlyMap<string, TimeOfDay>

Defined in: calendars/holiday-rules.ts:74

Map of YYYY-MM-DD date strings to override times. Used for one-off historical specials (e.g. a single early close due to a snowstorm) that do not fit a repeating year-derived rule. Keys must be in YYYY-MM-DD format in UTC.

Released under the MIT License.