If I have an enum...
enum
public enum Frequency { OneOff = 0, Monthly = 1, Quarterly = 2, Annually = 3 }
...then I can do som