'Declaration
Public Function New( _ ByVal baseDateTime As Date, _ ByVal helper As CalendarHelper _ )
public DateTimeInfo( DateTime baseDateTime, CalendarHelper helper )
Parameters
- baseDateTime
- The base System.DateTime value.
- helper
- The CalendarHelper object holding the calendar specific information.