It appears that the DateTimeUpDown doesn't support Milliseconds in custom formatting mode. For example:
<xctk:DateTimeUpDown Value="{Binding PausedAsOfTime }" Format="Custom" FormatString="HH:mm:ss.fff"/>
will only show "21:33:45:000" and will not augment or decrement the 000.
Where PausedAsOfTime is a DateTime with a non-zero millisecond value.
Anyone else encountered this problem or found a work-around?
<xctk:DateTimeUpDown Value="{Binding PausedAsOfTime }" Format="Custom" FormatString="HH:mm:ss.fff"/>
will only show "21:33:45:000" and will not augment or decrement the 000.
Where PausedAsOfTime is a DateTime with a non-zero millisecond value.
Anyone else encountered this problem or found a work-around?