 | IHistoricalOrderDate Property |
The date on which this order began.
Orders may play our over the course of multiple dates (Payment may occur on a different date than Invoicing for example), but this date represents the start of the order.
Namespace: Ignition.Commerce.Accounting.HistoryAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxReadOnly Property Date As DateTime
Get
property DateTime Date {
DateTime get ();
}abstract Date : DateTime with get
Property Value
DateTime
See Also