PdcProject.UserDate: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == UserDate(Index as long) as Date == Description == Returns or changes user date field number x == Notes == == Code example == <source lang="vb"> </sour..." |
No edit summary |
||
Line 4: | Line 4: | ||
== Description == | == Description == | ||
Returns or changes user date field number x | Returns or changes user date field number x | ||
Its index runs from 0 to 9. The corresponding fieldname starts with 1 (DF_USERDAT1) | |||
== Notes == | == Notes == |
Revision as of 10:41, 20 December 2018
Declaration
UserDate(Index as long) as Date
Description
Returns or changes user date field number x
Its index runs from 0 to 9. The corresponding fieldname starts with 1 (DF_USERDAT1)
Notes
Code example
Availability
Available since February 2011 (From version 4.2 onwards).