API/CodeSamples/ShowBetweenDateCalendar.md
... ...
@@ -10,6 +10,8 @@ Default value: true
10 10
Below is a sample global.asax using the ShowBetweenDateCalendar setting. The code block will appear within ``<script runat="server"> </script>`` tags within global.asax.
11 11
12 12
##C♯
13
+
14
+```csharp
13 15
//main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig
14 16
public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig
15 17
{