I'm looking to determine if a day is the first day of the month. I know there is the schedule event function that leverages DateRules.MonthStart("SPY")

I just want a boolean that is true if it is MonthStart and False otherwise. It does not necessarily have to trigger an event

How should I set this up? I would assume it is straightforwad but cannot find the annswer

Author