📚 SAP Business One SDK Help

Day Property
See Also 

Description

Sets or returns one of the following according to the valid value of the Frequency property:

  • Day of the week for weekly cycles (bof_Weekly).
  • Day of the month for monthly cycles (bof_Monthly).
  • Number of days for regular intervals, for example, every two days (bof_EveryXDays).

Field name: Day.

Property type

Read-write property

Syntax

Visual Basic
Public Property Day() As Long

Remarks

To customize inventory cycles on a flexible and regular basis, use the new properties rather than the Day property in SAP Business One 9.0 and later versions.

See Also