TTMSFNCDigitalTimeSelector and SelectedTime

Hi i want to select a specific time in the box and i use this :

igTime.SelectedTime:=StrToTime('18:10'); or igTime.SelectedTime:=StrToTime('18:10:00:00');

but dont go.. how do it ? i need a "near" selection too

bye

I cannot see a problem

// selects the new time
TMSFNCDigitalTimeSelector1.SelectedTime := EncodeTime(18,10,0,0);
// moves page to the page of the new time
TMSFNCDigitalTimeSelector1.InitializePage(EncodeTime(18,10,0,0));