CastHelper.ObjectToDate 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.
Overloads
ObjectToDate(Object) | |
ObjectToDate(Object, Boolean) |
ObjectToDate(Object)
public:
static Microsoft::Dynamics::Ax::Xpp::AxShared::Date ObjectToDate(System::Object ^ objectValue);
public static Microsoft.Dynamics.Ax.Xpp.AxShared.Date ObjectToDate (object objectValue);
static member ObjectToDate : obj -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Shared Function ObjectToDate (objectValue As Object) As Date
Parameters
- objectValue
- Object
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Applies to
ObjectToDate(Object, Boolean)
public:
static Microsoft::Dynamics::Ax::Xpp::AxShared::Date ObjectToDate(System::Object ^ objectValue, bool strictCheck);
public static Microsoft.Dynamics.Ax.Xpp.AxShared.Date ObjectToDate (object objectValue, bool strictCheck);
static member ObjectToDate : obj * bool -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Shared Function ObjectToDate (objectValue As Object, strictCheck As Boolean) As Date
Parameters
- objectValue
- Object
- strictCheck
- Boolean
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date