TransactionsReportRequest StartDate Property Bluefin Web Client API Documentation
Gets or sets the string value for start 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 StartDate As String 
	Get 
	Set
Remarks

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

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:*:*

You don't have to explicitely use a wildcard for StartDate. Using plus sign(+) is also allowed. using the values shown below will produce one hour's worth of data (from 4 PM to 5 PM)for one day specified.

  • StartDate=2013-08-20+16
  • EndDate=2013-08-20+17:00

If you do not specify EndDate with StartDate, it's assumed that you want all transactions from the StartDate to today(now).

See Also