Namespace: OpenEdge.Core
Type: Class DateTimeArrayHolder
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: Ccs.Common.Support.IDateTimeArrayHolder


Copyright (c) 2016, 2021 by Progress Software Corporation. All rights reserved.
File:DateTimeArrayHolder
Purpose:OO holder for an array of datetime values
Author(s):pjudge
Created:2016-08-01
/* The value being held



Method Summary
  Options Name Purpose
  CHARACTER ToString ()

Constructor Summary
  Options Name Purpose
  DateTimeArrayHolder () /* Default Constructor */
  DateTimeArrayHolder (datetime[]) /* Constructor @param datetime[] The Value array */
  DateTimeArrayHolder (integer) /* Constructor. @param integer The size of the array. Must be >0 */

Property Summary
  Options Name Purpose
  DATETIME Value


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

DateTimeArrayHolder ()

/* Default Constructor
Top

DateTimeArrayHolder (datetime[])

/* Constructor
Parameters:
pValue DATETIME
 
Top

DateTimeArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER
 


Property Detail
Top

DATETIME Value

Returns DATETIME