System.Globalization.HebrewCalendar

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Hi all
just wanted to check if its possible to use the
System.Globalization.HebrewCalendar Class in the compact framwork and if
yes how
thanks in advance
Sam
 
-----Original Message-----
Hi all
just wanted to check if its possible to use the
System.Globalization.HebrewCalendar Class in the compact
framwork

Nope. If you look at the bottom of the help page for the
class, you can see the platforms that support it:

Platforms: Windows 98, Windows NT 4.0, Windows Millennium
Edition, Windows 2000, Windows XP Home Edition, Windows XP
Professional, Windows Server 2003 family
 
You'll have to derive from System.Globalization.Calendar if you want to add
support for Hebrew Calendar.

Thanks,
Sandy

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top