Click or drag to resize
PortalDocDate Property
Gets or sets the DocDate. This value will be used for tax reporting purposes, so typically it should be set to the date that the transaction is final and/or the tax is officially accrued.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public DateTime DocDate { get; set; }

Property Value

Type: DateTime
Remarks
See DocPostingDate and DocSystemDatePosted for alternative approaches and/or ways to manage the reporting or prior period adjustments.
See Also