RequisitionPlanCalendarDate Property |
The date for which we are planning. A record is created for each calendar date, on which there are events (orders, executions, planned events, etc.) for the product. Past events are stored on the current date of the planning. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime CalendarDate { get; set; }
Public Property CalendarDate As DateTime
Get
Set
public:
property DateTime^ CalendarDate {
DateTime^ get ();
void set (DateTime^ value);
}
member CalendarDate : DateTime with get, set
Property Value
Type:
DateTime
See Also