CommodityCodeValidFrom Property |
The starting date of validity of this code. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ValidFrom { get; set; }
Public Property ValidFrom As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ValidFrom {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ValidFrom : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also