Setting An Image

Express Recurrence

You don’t have any projects yet, but you can start building documentation by importing one. Not sure how to start documenting your project? Check out the Tutorial to learn how. In a hurry? Fork our template project on Github, and import it.

https://opengraph.githubassets.com/031643fb67410dfb560f89e725bc53ad4218830ff02f0c9361f7bb5519f1aaec/QASymphony/dotnet-samples

Code Samples

The is some sample code:

public class WeeklyReccurance : BasePattern
{
    public int Next { get; set; }
    public bool Sunday { get; set; }
    public bool Monday { get; set; }
    public bool Tuesday { get; set; }
    public bool Wednesday { get; set; }
    public bool Thursday { get; set; }
    public bool Friday { get; set; }
    public bool Saturday { get; set; }
}