CastHelper.ObjectToSysDateTime(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static DateTime ObjectToSysDateTime(System::Object ^ _value);
public static DateTime ObjectToSysDateTime (object _value);
static member ObjectToSysDateTime : obj -> DateTime
Public Shared Function ObjectToSysDateTime (_value As Object) As DateTime
Parameters
- _value
- Object