JAVA/CORBA CLASSES
Represents a range of dates and times.
Syntax
public class DateRange extends Base
Containment
Contained by: Session
Contains: DateTime
Properties
EndDateTime through getEndDateTime and setEndDateTime
Parent through getParent
StartDateTime through getStartDateTime and setStartDateTime
Text through getText and setText
Methods
recycle
toString
Creation
To create a new DateRange object, use createDateRange in Session. To initialize the object, you can do one of the following:
When you assign StartDateTime or EndDateTime, its value replaces the corresponding value in Text, and vice versa.
Example See Also