How to set (0) null to start_t in java custom application?
I have no clue how to set the 0(null) to start_t
In C-flist it will be like as below:
1 PIN_FLD_START_T TSTAMP [0] (0) <null>
In java coded like below:
inflist.set(FldStartT.getInst(), 0);
But this is throwing errors
Any idea how to pass the 0-null value to start_t in java?
0