Time of planner item

Hi

i've a planner with Display.DisplayUnit:=1440; -> one time zone (0 ... 24h) ok ...
 
i want to have a way to assign a specified time (hour and minutes) on the item and to hold it when i move or size the item. Now planner put me 00.00 as start and end time of the item after moving it.
 
Thank u.  Bye

That conflicts with the setting DisplayUnit = 1440.
When DisplayUnit = 1440, that means the duration of a timeslot is 1440 and when you move an item, the resolution of the new timeslot is thus 1440.

there is anyway to workaround this ? using event code  ... or other ?

Sorry, this is a core behavior of the Planner for which there is no workaround.
DisplayUnit should match the time resolution you want to use. You can customize the painting of timeslot borders if you do not want to have these smaller timeslots visible.