Hello,
how can I replace this time as follows in to
central european time:
aFPArray[x] = new FunctionParameter( "fMarketOpen", FunctionParameter.STRING);
with( aFPArray[x] ) {
setName( "Market Open Time" );
setDefault( "09:30" );
}
09:30 ET equals 15:30 CET
Thanks for help
regards
Roland
how can I replace this time as follows in to
central european time:
aFPArray[x] = new FunctionParameter( "fMarketOpen", FunctionParameter.STRING);
with( aFPArray[x] ) {
setName( "Market Open Time" );
setDefault( "09:30" );
}
09:30 ET equals 15:30 CET
Thanks for help
regards
Roland
Comment