expirationDate property
The date and time that the invitation expires. This is the
CreationDate
plus the ProposalDurationInHours
that
is specified in the ProposalThresholdPolicy
. After this date
and time, the invitee can no longer create a member and join the network
using this InvitationId
.
Implementation
final DateTime? expirationDate;