I need to use an object of type System.Globalization.PersianCalendar
in my Windows Phone app but Visual Studio can't find it!
Is there anything I can do? I have latest VS13 running in windows 8 x64.
I need to use an object of type System.Globalization.PersianCalendar
in my Windows Phone app but Visual Studio can't find it!
Is there anything I can do? I have latest VS13 running in windows 8 x64.
It is not available for Windows Phone according to this MSDN Link.
From Link:
Version Information
.NET Framework Supported in: 4.5, 4, 3.5, 3.0, 2.0
.NET Framework Client Profile Supported in: 4, 3.5 SP1
Platforms
Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
See if the HijriCalendar Class
will work for you.