Click or drag to resize
PortalDocPostingDate Property
Gets or sets the DocPostingDate. The date the transaction is posted in general ledger. Use of this date will facilitate generating tax reports that can be reconciled to your general ledger. The value of this property will be set to the current system date when the DocPost() method is called. Your code should then set the value to be the same as your general ledger posting date.

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

Property Value

Type: DateTime
See Also