NewTime
Description
Creates a new pbtime data object.
Syntax
|
1 |
NewTime() |
Return value
pbtime.
Examples
These statements split a time into hours, minutes, and seconds,
and then use the resulting values to set the value of a new time
object:
|
1 2 3 4 |
Session->SplitTime(ci.returnValue->GetTime(), &hh, &mm, &ss); ret_val = Session-> NewTime(); Session-> SetTime(ret_val, hh, mm, ss); |
Usage
The initial value is 0:0:0.0.
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest