public void AddDateTime(int position, DateTime value, int mode)
public void AddDateTime(int position, DateTime? value, int mode) public void AddDateTime(int position, Progress.Open4GL.DateHolder value, int mode) public void AddDateTimeArray(int position, DateTime[] value, int mode, int extentValue) public void AddDateTimeArray(int position, DateTime?[] value, int mode, int extentValue) public void AddDateTimeArray(int position, Progress.Open4GL.DateHolder[] value, int mode, int extentValue) |