Calendar.ToDateTime Method
.NET Framework 1.1
Returns a DateTime that is set to the specified date and time.
Overload List
Returns a DateTime that is set to the specified date and time in the current era.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public Overridable 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;
When overridden in a derived class, returns a DateTime that is set to the specified date and time in the specified era.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public MustOverride 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;
See Also
Calendar Class | Calendar Members | System.Globalization Namespace