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!

Calendar.ToDateTime

Returns [RB39] the date and time converted to a DateTime value.

Overload List

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;

See Also

Calendar Class | Calendar Members | System.Globalization Namespace