Returns [RB39] the date and time converted to a DateTime value.
Returns the date and time converted to a DateTime value.
[Visual Basic] Overloads MustOverride Public Function ToDateTime(Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer) As DateTime
[C#] public abstract DateTime ToDateTime(int, int, int, int, int, int, int, int);
[C++] public: virtual DateTime ToDateTime(int, int, int, int, int, int, int, int) = 0;
[JScript] public abstract function ToDateTime(int, int, int, int, int, int, int, int) : DateTime;
Returns [RB40] the date and time converted to a DateTime value.
[Visual Basic] Overloads Overridable Public Function ToDateTime(Integer, Integer, Integer, Integer, Integer, Integer, Integer) As DateTime
[C#] public virtual DateTime ToDateTime(int, int, int, int, int, int, int);
[C++] public: virtual DateTime ToDateTime(int, int, int, int, int, int, int);
[JScript] public function ToDateTime(int, int, int, int, int, int, int) : DateTime;
Calendar Class | Calendar Members | System.Globalization Namespace