according to the c++/cx doc online. TimeSpan has one field: duration.
link:
https://docs.microsoft.com/en-us/uwp/api/windows.foundation.timespan
the new winrt::Windows.Foundation:TimeSpan has multiple fields:
min(), max(), count(), zero()
Where do you document TimeSpan? What is the unit for count()
according to the c++/cx doc online. TimeSpan has one field: duration.
link:
https://docs.microsoft.com/en-us/uwp/api/windows.foundation.timespan
the new winrt::Windows.Foundation:TimeSpan has multiple fields:
min(), max(), count(), zero()
Where do you document TimeSpan? What is the unit for count()