Namespace: Consultingwerk
Class 
DateTimeTzArrayHolder Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.JsonSerializable
Implements: Ccs.Common.Support.IDateTimeTzArrayHolder, Consultingwerk.IJsonSerializable




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

Top Constructor Summary
Options Name Purpose
DateTimeTzArrayHolder () Constructor for the ArrayHolder class
DateTimeTzArrayHolder (datetime-tz[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
DATETIME-TZ Value


Method Detail
Top

DATETIME-TZ Pop ()

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

Returns DATETIME-TZ
The removed element from the array
Top

INTEGER Push (datetime-tz)

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

Parameters:
pNewElement DATETIME-TZ
The new element to add to the array
Returns INTEGER
The new length of the array
Top

Replace (datetime-tz[])

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 DATETIME-TZ
The new array
Top

Consultingwerk.DateTimeTzArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

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

DATETIME-TZ Shift ()

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

Returns DATETIME-TZ
The removed element from the array
Top

INTEGER Unshift (datetime-tz)

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

Parameters:
pNewElement DATETIME-TZ
The new element to add to the array
Returns INTEGER
The new length of the array


Constructor Detail
Top

DateTimeTzArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

DateTimeTzArrayHolder (datetime-tz[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue DATETIME-TZ
The initial value


Property Detail
Top

DATETIME-TZ Value


Returns DATETIME-TZ


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