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.
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; }
}