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!

DateTime.GetTypeCode

Returns the type code for this instance.

[Visual Basic]
Overridable Public Function GetTypeCode() As TypeCode
[C#]
public virtual TypeCode GetTypeCode();
[C++]
public: virtual TypeCode GetTypeCode();
[JScript]
public function GetTypeCode() : TypeCode;

Return Value

The type code.

Remarks

The GetTypeCode method gets the type code for this instance of DateTime and returns it.

See Also

DateTime Structure | DateTime Members | System Namespace | Type | TypeCode