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!

HebrewCalendar.ToDateTime

[To be supplied.]

[Visual Basic]
Overrides Public Function ToDateTime( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal day As Integer, _
   ByVal hour As Integer, _
   ByVal minute As Integer, _
   ByVal second As Integer, _
   ByVal millisecond As Integer, _
   ByVal era As Integer _
) As DateTime
[C#]
public override DateTime ToDateTime(
   int year,
   int month,
   int day,
   int hour,
   int minute,
   int second,
   int millisecond,
   int era
);
[C++]
public: override DateTime ToDateTime(
   int year,
   int month,
   int day,
   int hour,
   int minute,
   int second,
   int millisecond,
   int era
);
[JScript]
public override function ToDateTime(
   year : int,
   month : int,
   day : int,
   hour : int,
   minute : int,
   second : int,
   millisecond : int,
   era : int
) : DateTime;

Parameters

year
[To be supplied.]
month
[To be supplied.]
day
[To be supplied.]
hour
[To be supplied.]
minute
[To be supplied.]
second
[To be supplied.]
millisecond
[To be supplied.]
era
[To be supplied.]

See Also

HebrewCalendar Class | HebrewCalendar Members | System.Globalization Namespace