BBjThinClient::getClientBuildDate

Description

In BBj 3.01 and higher, this method returns the build date from the client machine.

Syntax

Return Value

Method

string

getClientBuildDate()

Parameters

None.

Return Value

Returns the build date from the client machine.

Remarks

INFO(0,4) returns the equivalent information from the server machine.

BUI logo

The BUI client returns the server BBj build date. See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.

Example

tc! = bbjapi().getThinClient()
print tc!.getClientBuildDate()

See Also

BBjAPI

BBjThinClient

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.