Function NnetAExpD() Foundation

Retrieves or changes the expiry date of a user account.

Syntax
NnetAExpD( <cUserName>               , ;
           [<dExpiryDate>]           , ;  // Default: NIL
           [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
         ) --> dExpiration
Return

Returns the expiry date for the account of user <cUserName>.

Description

Supervisory rights are required to change the expiry date of a user account. <dExpiryDate> must be passed as a date value. A successful operation is indicated when the return value equals <dExpiryDate>.

Passing an empty date (= CtoD("")) voids a previous expiry date.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.