ed757893f337a722e5b137c89543d313f4168918
API/CodeSamples/TimeZones.md
| ... | ... | @@ -48,4 +48,14 @@ Public Class CustomAdHocConfig |
| 48 | 48 | HttpContext.Current.Session("ReportingInitialized") = True |
| 49 | 49 | End Sub |
| 50 | 50 | End Class |
| 51 | -``` |
|
| ... | ... | \ No newline at end of file |
| 0 | +``` |
|
| 1 | + |
|
| 2 | +##Screenshots |
|
| 3 | + |
|
| 4 | +AdHocSettings.TimeZones.Add("GST", 15, "Galactic Standard Time") |
|
| 5 | + |
|
| 6 | + |
|
| 7 | + |
|
| 8 | +AdHocSettings.TimeZones = new SchedulerTimeZoneCollection(); |
|
| 9 | + |
|
| 10 | + |
|
| ... | ... | \ No newline at end of file |