PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

DayOfWeek Property

The day of the week that a weekly payment is to be made.

Syntax

int GetDayOfWeek();

int SetDayOfWeek(int iDayOfWeek);

Possible Values

  D_NOT_SPECIFIED(0), 
  D_SUNDAY(1), 
  D_MONDAY(2), 
  D_TUESDAY(3), 
  D_WEDNESDAY(4), 
  D_THURSDAY(5), 
  D_FRIDAY(6), 
  D_SATURDAY(7)

Default Value

0

Remarks

Allowable values are:

  • dNotSpecified (0)
  • dSunday (1)
  • dMonday (2)
  • dTuesday (3)
  • dWednesday (4)
  • dThursday (5)
  • dFriday (6)
  • dSaturday (7)

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0