EnterpriseCompanyEditPeriodStartDate Property |
Start date of the priod when the documents can be edited.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> EditPeriodStartDate { get; set; }
Public Property EditPeriodStartDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ EditPeriodStartDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member EditPeriodStartDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also