untilDate property

int untilDate
final

Date when restrictions will be lifted for this user; unix time. If 0, then the user is restricted forever

You can also use untilDateTime to get the date as a DateTime object

Implementation

final int untilDate;