Click or drag to resize

CNNTP.GetNewGroups Method

X#
Returns a list of all newly created groups from an NTTP Server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetNewGroups(
	cSearch,
	dDate,
	cTime,
	lGmt
) AS USUAL CLIPPER
Request Example View Source

Parameters

cSearch (Optional)
Type: Usual
The optional string to search for. If cSearch is not specified, the resulting list contains all groups.
dDate (Optional)
Type: Usual
The optional date that is the oldes creation date to accept.
cTime (Optional)
Type: Usual
The optional time as a string that is the oldes creation time to accept.
lGmt (Optional)
Type: Usual
An optional logical value that determines whether GMT time should be used.

Return Value

Type: Usual
An array of groups.
See Also