How to Show Milliseconds in the TimeSpanEdit Control

The character z in the format string is used to display milliseconds in the TimeSpanEdit control.

<syncfusion:TimeSpanEdit Value="10.2:25:52" Format=" d 'days' h 'hours' m 'minutes' :s 'sec' z 'msec' "/>
timeSpanEdit1.Format = @" d 'days' h 'hours' m 'minutes' :s 'sec' z 'msec'";