Click or drag to resize

OleDateTime Methods

X#

The OleDateTime type exposes the following members.

Functions
  NameDescription
Public methodAsReal8
Returns the DateTime value as Real8 (the format that is used in COM).
Public methodAsString
Returns the dateTime value as a String.
Public methodToString
Converts the value of the current DateTime object to its equivalent string representation using the formatting conventions of the current culture.
(Overrides ToString.)
Public methodToString(IFormatProvider)
Converts the value of the current DateTime object to its equivalent string representation using the formatting conventions of the current culture.
Public methodToString(String, IFormatProvider)
Converts the value of the current DateTime object to its equivalent string representation using the formatting conventions of the current culture.
Top
See Also