Click or drag to resize

CustomPropertyValueCreateDateValue Method

Creates a new CustomPropertyValue with date value.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static CustomPropertyValue CreateDateValue(
	DateTime date
)

Parameters

date
Type: SystemDateTime
The date.

Return Value

Type: CustomPropertyValue
The newly created CustomPropertyValue.
See Also