OleDateTime Methods |
The OleDateTime type exposes the following members.
Name | Description | |
---|---|---|
AsReal8 | Returns the DateTime value as Real8 (the format that is used in COM). | |
AsString | Returns the dateTime value as a String. | |
ToString | Converts the value of the current DateTime object to its equivalent string representation using the formatting conventions of the current culture. (Overrides ToString.) | |
ToString(IFormatProvider) | Converts the value of the current DateTime object to its equivalent string representation using the formatting conventions of the current culture. | |
ToString(String, IFormatProvider) | Converts the value of the current DateTime object to its equivalent string representation using the formatting conventions of the current culture. |