OleDateTime Class |
Namespace: XSharp
The OleDateTime type exposes the following members.
Name | Description | |
---|---|---|
OleDateTime | Construct an OleDateTime object | |
OleDateTime(DateTime) | Construct an OleDateTime object | |
OleDateTime(Usual) | Construct an OleDateTime object |
Name | Description | |
---|---|---|
DateTime | The value as a .Net DateTime type. | |
DateVal | The value of the date part of the DateTime object as a Date. | |
TimeString | The value of the time part of the DateTime object as a String. | |
TimeVal | The value of the time part of the DateTime object as a float. |
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. |