Syntax

The following are the data type-specific methods for adding an ABL DATETIME-TZ parameter:

public void AddDateTimeTZ(int position, DateTime value, int mode)

public void AddDateTimeTZ(int position, DateTime? value, int mode)

public void AddDateTimeTZ(int position, 
                          Progress.Open4GL.DateHolder value, int mode)

public void AddDateTimeTZArray(int position, DateTime[] value, int mode, 
                               int extentValue)

public void AddDateTimeTZArray(int position, 
                               DateTime?[] value, int mode, 
                               int extentValue)

public void AddDateTimeTZArray(int position, 
                               Progress.Open4GL.DateHolder[] value, 
                               int mode, int extentValue)

For information on the parameters to these methods, see General syntax for add parameter methods.