| 
            
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER CompareTo (IDateTimeTzHolder) | 
        
/* Comparison method, used by SortedSet's default comparer
- If the returned value is less than 0 (zero), then the current object sorts before the object passed in.
- If the returned value equals 0 (zero) , then the current object occupies the same position in the sort order.
- If the returned value is greater than 0(zero), then the current object sorts after the object passed in.
- If either object's Value is the unknown value (?), then that sorts high/early/before
@param IDateTimeTzHolder The object to compare to.
@return integer  0 = same object
+1 = sorts after
-1 = sorts before   */
         | 
| Options | Name | Purpose | |
|---|---|---|---|
| DateTimeTzHolder () | 
        
/* Default constructor */
         | 
||
| DateTimeTzHolder (character) | 
        
/* Constructor.
@param character Datetime-tz value in ISO-DATE format */
         | 
||
| DateTimeTzHolder (datetime-tz) | 
        
/* Constructor.
@param datetime-tz Datetime-tz value */
         | 
| Options | Name | Purpose | |
|---|---|---|---|
| DATETIME-TZ Value | 
        
         | 
        
        INTEGER CompareTo (IDateTimeTzHolder)
  | 
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        DateTimeTzHolder ()
  | 
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        DateTimeTzHolder (character)
  | 
||||||||||||
        
        DateTimeTzHolder (datetime-tz)
  | 
||||||||||||
        
        DATETIME-TZ Value
  | 
||||||||
|---|---|---|---|---|---|---|---|---|