NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HijriCalendar.IsLeapDay

[To be supplied.]

[Visual Basic]
Overrides Public Function IsLeapDay( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal day As Integer, _
   ByVal era As Integer _
) As Boolean
[C#]
public override bool IsLeapDay(
   int year,
   int month,
   int day,
   int era
);
[C++]
public: override bool IsLeapDay(
   int year,
   int month,
   int day,
   int era
);
[JScript]
public override function IsLeapDay(
   year : int,
   month : int,
   day : int,
   era : int
) : Boolean;

Parameters

year
[To be supplied.]
month
[To be supplied.]
day
[To be supplied.]
era
[To be supplied.]

See Also

HijriCalendar Class | HijriCalendar Members | System.Globalization Namespace