expiry property

DateTime? expiry
getter/setter pair

When the license will expire. Calculated from the license's policy, i.e. time.now + policy.duration, at the time of creation and/or renewal.

Implementation

DateTime? expiry;