SplitDate

PowerBuilder Native Interface

IPB_Session interface:

SplitDate method

Description

Syntax

SplitDate (pbdate date, pbint *year, pbint *month, pbint *day)

Return Values

Examples

Session -> SplitDate(ci-> pArgs -> GetAt(0) ->
   GetDate(), &yy, &mm, &dd);

See Also