# Functions
NASDAQClose is when NASDAQ closes.
NASDAQOpen is when NASDAQ opens.
NYSEArcaClose is when NYSEARCA closes.
NYSEArcaOpen is when NYSEARCA opens.
NYSEClose is when the NYSE closes.
NYSEOpen is when the NYSE opens.
# Constants
AllDaysMask is a bitmask of all the days of the week.
WeekDaysMask is a bitmask of all the weekdays of the week.
WeekendDaysMask is a bitmask of the weekend days of the week.
# Variables
Date contains utility functions that operate on dates.
DaysOfWeek are all the time.Weekday in an array for utility purposes.
Epoch is unix epoc saved for utility purposes.
File contains file utility functions.
Math contains helper methods for common math operations.
Time contains time utility functions.
WeekDays are the business time.Weekday in an array.
WeekendDays are the weekend time.Weekday in an array.
# Type aliases
HolidayProvider is a function that returns if a given time falls on a holiday.