Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Greetings;

I have a project to build a fictional Calender that has 14 months of 30 days each plus 10 or 11 epagomena days (the 11th epagomenal day is added every four years without exception).

And this calender started on 6:00:00 morning, September 12, 2000 in Gregorian Calender.

Please help me how to get start with this project.

If it's possible i would like to use the .Net Calender.

Thank You for your time.
Posted
Comments
Mohd. Mukhtar 17-Jan-13 6:14am    
What have you tried?

Check out the Calendar class that comes with .Net framework. Inherit it into your own class and see if you can extend it to fit to your needs. Essentially you will need to override existing methods and properties in the Calendar class.

If that does not suit you, you will need to create your own control.
 
Share this answer
 
Take a look at the HebrewCalendar class[^]. You may be able to modify that, or use it to base your own implementation on.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900