将日期时间转换为波斯日历的任何解决方法或替代方法?
any workaround or alternative to convert datetime to persian calendar?
我正在开发一个需要转换为波斯日历的 wp8.1 项目。它在我的设备上运行良好。它几乎可以发布了,但是我在使用 windows 应用程序认证工具包进行测试时遇到了问题。
我使用了 this nuget 包。它使用 System.Globalization.PersianCalendar api 但我得到这个错误和这样的错误。
This API is not supported for this application type - Api=System.Globalization.PersianCalendar. Module=MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089. File=PersianDate.dll.
我知道是因为 wp8.1 不支持这个 api 但我的问题是现在怎么办?
有没有办法将日期时间转换为波斯语格式?
使用 Jon Skeet 的 Noda Time, as per this post: how to use nodatime for persian in c#?
我正在开发一个需要转换为波斯日历的 wp8.1 项目。它在我的设备上运行良好。它几乎可以发布了,但是我在使用 windows 应用程序认证工具包进行测试时遇到了问题。
我使用了 this nuget 包。它使用 System.Globalization.PersianCalendar api 但我得到这个错误和这样的错误。
This API is not supported for this application type - Api=System.Globalization.PersianCalendar. Module=MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089. File=PersianDate.dll.
我知道是因为 wp8.1 不支持这个 api 但我的问题是现在怎么办? 有没有办法将日期时间转换为波斯语格式?
使用 Jon Skeet 的 Noda Time, as per this post: how to use nodatime for persian in c#?