FormBuildDateControl.dateValue 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
dateValue(Date) | |
dateValue() |
dateValue(Date)
public:
virtual Microsoft::Dynamics::Ax::Xpp::AxShared::Date dateValue(Microsoft::Dynamics::Ax::Xpp::AxShared::Date _value);
public virtual Microsoft.Dynamics.Ax.Xpp.AxShared.Date dateValue (Microsoft.Dynamics.Ax.Xpp.AxShared.Date _value);
abstract member dateValue : Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
override this.dateValue : Microsoft.Dynamics.Ax.Xpp.AxShared.Date -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Overridable Function dateValue (_value As Date) As Date
Parameters
- _value
- Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Applies to
dateValue()
public:
virtual Microsoft::Dynamics::Ax::Xpp::AxShared::Date dateValue();
public virtual Microsoft.Dynamics.Ax.Xpp.AxShared.Date dateValue ();
abstract member dateValue : unit -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
override this.dateValue : unit -> Microsoft.Dynamics.Ax.Xpp.AxShared.Date
Public Overridable Function dateValue () As Date
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.Date