need for some on demand tashs

This commit is contained in:
2018-04-14 19:34:10 +02:00
parent 464a0298f7
commit 970b58a6c4

View File

@ -25,6 +25,11 @@ namespace Yavsc.Models.Calendar
/// Periodicity.
/// </summary>
public enum Periodicity {
/// <summary>
/// On Demand.
/// </summary>
OnDemand=-1,
/// <summary>
/// The daily.
/// </summary>