Jeremie Leroy’s Calendar View StartDayHour

Hi, I’m using Jeremie Leroy’s Calendar View control found in Omegabundle but I cannot set:

DayStartHour
DayEndHour
ViewDays

tried on the Inspector and also with this code in the opena event of the control but doesn’t work.
The calendar starts from 0.00 to 23… and shows 7 days

me.DisplayWeeknumber=false
me.SetStyle(me.StyleDefault)
me.DayStartHour=7
me.DayEndHour=23
me.Redisplay

anyone knows how to set these values?