BonusProgramConditionFromDate Property |
Starting date of the bonus. null means that there is no starting date restriction. [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ConditionFromDate { get; set; }
Public Property ConditionFromDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ConditionFromDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ConditionFromDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also