Click or drag to resize

EAPConvertToDateTime Method

Overload List
  NameDescription
Public methodStatic memberToDateTime(Object)
Convert the object to a DateTime value handling the case when the object is null or DBNull.
Public methodStatic memberToDateTime(Object, Boolean)
Convert the object to a DateTime value handling the case when the object is null or DBNull.
Public methodStatic memberToDateTime(Object, DateTime)
Convert the object to a DateTime value handling the case when the object is null or DBNull.
Public methodStatic memberToDateTime(Object, DateTime, Boolean)
Convert the object to a DateTime value handling the case when the object is null or DBNull.
Top
See Also