export enum DayOfWeekMonthlyOccurrence {
    First,
    Second,
    Third,
    Forth,
    Last
}
