4D v13

PV GET CELL DATE TIME VALUE

Home

 
4D View v13
PV GET CELL DATE TIME VALUE

PV GET CELL DATE TIME VALUE 


 

PV GET CELL DATE TIME VALUE ( area ; column ; row ; dateValue ; timeValue ) 
Parameter Type   Description
area  Longint in 4D View area
column  Longint in Cell column number
row  Longint in Cell row number
dateValue  Date in Date cell value
timeValue  Time in Time cell value

The PV GET CELL DATE TIME VALUE command returns the date and time values combined in the cell assigned by column and row.

If the PV GET CELL DATE TIME VALUE command is used by a non-date/time type cell, it returns 00/00/00 and 00:00:00.

Example  

Refer to the example for the PV SET CELL DATE TIME VALUE command.

 
PROPERTIES 

Product: 4D
Theme: PV Cell value
Number: 15842

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D View 6.8

 
SEE ALSO 

PV Get cell value type
PV SET CELL DATE TIME VALUE