DateType Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
This API supports the product infrastructure and is not intended to be used directly from your code.
This class has been deprecated as of Visual Basic 2005.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | FromObject(Object) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Date value that corresponds to the specified object. |
![]() ![]() | FromString(String) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Date value that corresponds to the specified string. |
![]() ![]() | FromString(String, CultureInfo) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Date value that corresponds to the specified string and culture information. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class provides methods for manipulating data that potentially represents a Date value.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.