Top Method Summary
Options Name Purpose
DATE Pop () Removes the last element from an array and returns that element
INTEGER Push (date) Adds one element to the end of an array and returns the new length of the array.
Replace (date[]) Replaces the array
Consultingwerk.DateArrayHolder SetUseSerializedTypeInformation (logical) Assigns a value to the UseSerializedTypeInformation property
DATE Shift () Removes the first element from an array and returns that element. This method changes the length of the array.
INTEGER Unshift (date) Adds one element to the beginning of an array and returns the new length of the array.

Top Constructor Summary
Options Name Purpose
DateArrayHolder () Constructor for the ArrayHolder class
DateArrayHolder (date[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
DATE Value


Method Detail
Top

DATE Pop ()

Purpose: Removes the last element from an array and returns that element
Notes:

Returns DATE
The removed element from the array
Top

INTEGER Push (date)

Purpose: Adds one element to the end of an array and returns the new length
of the array.
Notes:

Parameters:
pNewElement DATE
The new element to add to the array
Returns INTEGER
The new length of the array
Top

Replace (date[])

Purpose: Replaces the array
Notes: Avoids the need to re-initialize the array to extent ? when the array
size changes. Assigning Value directly is only possible when the
array size remains

Parameters:
pNewValue DATE
The new array
Top

Consultingwerk.DateArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

Parameters:
plValue LOGICAL
The value for the UseSerializedTypeInformation property
Returns Consultingwerk.DateArrayHolder
The reference to the object instance itself
Top

DATE Shift ()

Purpose: Removes the first element from an array and returns that element.
This method changes the length of the array.
Notes:

Returns DATE
The removed element from the array
Top

INTEGER Unshift (date)

Purpose: Adds one element to the beginning of an array and returns the new
length of the array.
Notes:

Parameters:
pNewElement DATE
The new element to add to the array
Returns INTEGER
The new length of the array


Constructor Detail
Top

DateArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

DateArrayHolder (date[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue DATE
The initial value


Property Detail
Top

DATE Value


Returns DATE


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:10