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
 
Back
Top