This documentation is archived and is not being maintained.
DateTime.GetTypeCode Method
.NET Framework 1.1
Returns the TypeCode for value type DateTime.
[Visual Basic] Public Overridable Function GetTypeCode() As TypeCode [C#] public virtual TypeCode GetTypeCode(); [C++] public: virtual TypeCode GetTypeCode(); [JScript] public function GetTypeCode() : TypeCode;
Return Value
The enumerated constant, TypeCode.DateTime.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Show: