How to format TimeSpan in XAML

后端 未结 9 2502
一生所求
一生所求 2020-11-30 00:43

I am trying to format a textblock which is bound to a TimeSpan property. It works if the property is of type DateTime but it fails if it is a

9条回答
  •  醉话见心
    2020-11-30 01:45

    WPF in .NET 4 now has timespan from strings http://msdn.microsoft.com/en-us/library/ee372286.aspx

    I am using the following

提交回复
热议问题