Arabic Calendar

  • Thread starter Thread starter Ghassan
  • Start date Start date
G

Ghassan

Hello
How to use an arabic Calendar in my windows form
application
IE The DateTimePicker Control Uses the format of my
region Ex. Hijiri date format 01-12-1424
 
Hello Ghassan,

You should probably explore the DateTimeFormatInfo class. I remember it
having means controlling the type of the calendar. You might also take a
look at the CultureInfo class.
 
I think it should work automatically based on your Windows configuration.
Read about it here:

http://www.microsoft.com/globaldev/reference/presentations/unicode20/20-intl-VSNet-apps.pdf

Mike

--


Michael Caputo
Programmer/Database Administrator
Simon Economic Systems Ltd.
847-272-7691
(e-mail address removed)

Hello
How to use an arabic Calendar in my windows form
application
IE The DateTimePicker Control Uses the format of my
region Ex. Hijiri date format 01-12-1424
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top