CustomPropertyValueCreateDateValue Method |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static CustomPropertyValue CreateDateValue(
DateTime date
)
Public Shared Function CreateDateValue (
date As DateTime
) As CustomPropertyValue
public:
static CustomPropertyValue^ CreateDateValue(
DateTime^ date
)
static member CreateDateValue :
date : DateTime -> CustomPropertyValue
Parameters
- date
- Type: SystemDateTime
The date.
Return Value
Type:
CustomPropertyValueThe newly created
CustomPropertyValue.
See Also