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

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


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



Method Summary
  Options Name Purpose
  CHARACTER ToString ()

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

Property Summary
  Options Name Purpose
  DATE Value


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

DateArrayHolder ()

/* Default Constructor
Top

DateArrayHolder (date[])

/* Constructor
Parameters:
pValue DATE
 
Top

DateArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER
 


Property Detail
Top

DATE Value

Returns DATE