using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}
public enum Recurrence
Weekly, // Every Monday
Monthly, // 1st of Month
Quarterly, // 1st of every Quarter - i.e. 1st Jan, 1st Apr, 1st Jul, 1st Oct
Semi-Annually, // 1st of Jan & 1st of Jul
Annually // 1st of Jan