Click or drag to resize
ParaPlan Logo

ProgramprogramCalendarRules Property

json array describing when the program is active
Here is example
Example
 1{
 2   "Sunday":{
 3      "EndJSON":"1899-12-30T21:45:00.0000000",
 4      "StartJSON":"1899-12-30T05:30:00.0000000",
 5      "Active":true
 6   },
 7   "Saturday":{
 8      "EndJSON":"1899-12-30T21:45:00.0000000",
 9      "StartJSON":"1899-12-30T05:30:00.0000000",
10      "Active":true
11   },
12   "Friday":{
13      "EndJSON":"1899-12-30T21:45:00.0000000",
14      "StartJSON":"1899-12-30T05:30:00.0000000",
15      "Active":true
16   },
17   "Thursday":{
18      "EndJSON":"1899-12-30T21:45:00.0000000",
19      "StartJSON":"1899-12-30T05:30:00.0000000",
20      "Active":true
21   },
22   "Wednesday":{
23      "EndJSON":"1899-12-30T21:45:00.0000000",
24      "StartJSON":"1899-12-30T05:30:00.0000000",
25      "Active":true
26   },
27   "Tuesday":{
28      "EndJSON":"1899-12-30T20:30:00.0000000",
29      "StartJSON":"1899-12-30T11:00:00.0000000",
30      "Active":true
31   },
32   "Monday":{
33      "EndJSON":"1899-12-30T21:45:00.0000000",
34      "StartJSON":"1899-12-30T05:30:00.0000000",
35      "Active":true
36   }
37}

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string programCalendarRules { get; set; }

Property Value

Type: String
See Also