TransactionsReportRequest EndDate Property Bluefin Web Client API Documentation
Gets or sets the string value for the end of the range that TransactionDate shall fall into

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Property EndDate As String 
	Get 
	Set
Remarks

Used for getting transactions in a date range. Use it with StartDate

Timestamps and wildcard searching is allowed for TransactionDate, StartDate and EndDate properties. When using an asterisk(*), it is used for any value, similar to these:

  • 2013-08*
  • 2013-08-22 14:*:*

See Also