I use Noda Time to handle DateTime
issues, I read almost all of the documents but I have some problem to convert calendars to each other,
First, how many calendars are supported by Noda?
As
CalendarSystem
says there is just 4 calendars:a)CopticCalendar / b)GregorianCalendar / c)IslamicCalendar / d)JulianCalendar
so how about other calendar systems?
I use Persian Calendar aka Jalali Calendar, So is there any way to use this calendar in NodaTime? And how Convert it to Gregorian Calendar?
The final goal for me is to convert both Time(in special Zone) and Date to UTC Time Zone And Georgian Calendar. For example Now(
yyyy/MM/dd - HH:mm:ss
) inAsia/Tehran
time Zone And Persian Calendar is: (1391/06/30 - 10:01:15) and Now in Georgian Calendar and UTC is (2012/09/20 - 05:01:15), so what is your suggestion? The time individually not matter at all, but the Date, I don't have any idea about it(In NodaTime), and is there any way to convert both of these in one process or method?