Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Created Unassigned: DateTimeUpDown Milleseconds?? [20006]

$
0
0
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?

Viewing all articles
Browse latest Browse all 4964

Trending Articles