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




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

Top Constructor Summary
Options Name Purpose
DateTimeArrayHolder () Constructor for the ArrayHolder class
DateTimeArrayHolder (datetime[]) Constructor for the ArrayHolder class

Top Property Summary
Options Name Purpose
DATETIME Value


Method Detail
Top

DATETIME Pop ()

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

Returns DATETIME
The removed element from the array
Top

INTEGER Push (datetime)

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

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

Replace (datetime[])

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

Consultingwerk.DateTimeArrayHolder SetUseSerializedTypeInformation (logical)

Purpose: Assigns a value to the UseSerializedTypeInformation property
Notes:

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

DATETIME Shift ()

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

Returns DATETIME
The removed element from the array
Top

INTEGER Unshift (datetime)

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

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


Constructor Detail
Top

DateTimeArrayHolder ()

Purpose: Constructor for the ArrayHolder class
Notes:

Top

DateTimeArrayHolder (datetime[])

Purpose: Constructor for the ArrayHolder class
Notes:

Parameters:
pValue DATETIME
The initial value


Property Detail
Top

DATETIME Value


Returns DATETIME


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