need for some on demand tashs
This commit is contained in:
@ -25,6 +25,11 @@ namespace Yavsc.Models.Calendar
|
|||||||
/// Periodicity.
|
/// Periodicity.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum Periodicity {
|
public enum Periodicity {
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// On Demand.
|
||||||
|
/// </summary>
|
||||||
|
OnDemand=-1,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The daily.
|
/// The daily.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Reference in New Issue
Block a user