SplitTime

PowerBuilder Native Interface

IPB_Session interface:

SplitTime method

Description

Syntax

SplitTime(pbtime time, pbint *hour, pbint *minute, pbdouble *second)

Return Values

Examples

Session->SplitTime(ci.returnValue->GetTime(), &hh,
   &mm, &ss);
ret_val = Session-> NewTime();
Session-> SetTime(ret_val, hh, mm, ss);

See Also