How can I dynamically make sure the datetime format represents something close to what the users local machine format is for the date and the time ruler. This has to be able to support international date formats.
Also, I am not sure how this plays into the fact that I have a GroupHeaderTemplateSelector specifiied which also appears to have some kind of formatting involved.
Also, I am not sure how this plays into the fact that I have a GroupHeaderTemplateSelector specifiied which also appears to have some kind of formatting involved.
<
common:MetrixScheduleViewGroupHeaderSelector.HorizontalDayViewDateTemplate
>
<
DataTemplate
>
<
TextBlock
Margin
=
"4"
Text
=
"{Binding Name, StringFormat=dd dddd}"
/>
</
DataTemplate
>
</
common:MetrixScheduleViewGroupHeaderSelector.HorizontalDayViewDateTemplate
>