Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/322.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# UWP波斯日历日期选择器_C#_Xaml_Uwp_Uwp Xaml_Windows Community Toolkit - Fatal编程技术网

C# UWP波斯日历日期选择器

C# UWP波斯日历日期选择器,c#,xaml,uwp,uwp-xaml,windows-community-toolkit,C#,Xaml,Uwp,Uwp Xaml,Windows Community Toolkit,我只是尝试在UWP应用程序中使用波斯日期选择器,并尝试使用CalendarIdentifier属性,但它没有波斯日历属性 如果你能帮助我,谢谢你 正在尝试使用CalendarIdentifier属性,但该属性没有日历属性 类确实有一个属性。您可以通过以下代码在XAML中使用它: <DatePicker x:Name="btnDatePicker" CalendarIdentifier="PersianCalendar" ></DatePicker> 它只是在xaml中没

我只是尝试在UWP应用程序中使用波斯日期选择器,并尝试使用CalendarIdentifier属性,但它没有波斯日历属性

如果你能帮助我,谢谢你

正在尝试使用CalendarIdentifier属性,但该属性没有日历属性

类确实有一个属性。您可以通过以下代码在XAML中使用它:

<DatePicker x:Name="btnDatePicker" CalendarIdentifier="PersianCalendar" ></DatePicker>
它只是在xaml中没有智能提示。

。检查链接
btnDatePicker.CalendarIdentifier = CalendarIdentifiers.Persian;