In the method Initialize(), we do the following:

SetStartDate(2013, 10, 07);

SetEndDate(2013, 11, 07);

How can I access these properties in my code later on?

Author