Namespace: OpenEdge.Core
Class
DateTimeArrayHolder
Parent classes:
Progress.Lang.Object

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

Copyright (c) 2016, 2019 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

PUBLIC CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

PUBLIC DateTimeArrayHolder ()

/* Default Constructor
Top

PUBLIC DateTimeArrayHolder (datetime[])

/* Constructor
Parameters:
pValue DATETIME
Top

PUBLIC DateTimeArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER


Property Detail
Top

PUBLIC DATETIME Value

Returns DATETIME


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0