need for some on demand tashs
This commit is contained in:
parent
807dde763d
commit
1482710df2
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ namespace Yavsc.Models.Calendar
|
|||
/// Periodicity.
|
||||
/// </summary>
|
||||
public enum Periodicity {
|
||||
|
||||
/// <summary>
|
||||
/// On Demand.
|
||||
/// </summary>
|
||||
OnDemand=-1,
|
||||
/// <summary>
|
||||
/// The daily.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue