Miner.Data.Access Namespace > DbConvert Class > ToDateTime Method : ToDateTime(Object) Method |
'Declaration
Public Overloads Shared Function ToDateTime( _ ByVal value As System.Object _ ) As System.Nullable(Of Date)
'Usage
Dim value As System.Object Dim value As System.Nullable(Of Date) value = DbConvert.ToDateTime(value)
public static System.Nullable<DateTime> ToDateTime( System.object value )
public function ToDateTime( value: System.TObject ): System.Nullable; static;
public static function ToDateTime( value : System.Object ) : System.Nullable;
public: static System.Nullable<DateTime> ToDateTime( System.Object* value )
public: static System.Nullable<DateTime> ToDateTime( System.Object^ value )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2