IPlayReadyLicense.ExpirationDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the expiration date of the current license.
public:
property IReference<DateTime> ^ ExpirationDate { IReference<DateTime> ^ get(); };
IReference<DateTime> ExpirationDate();
public System.Nullable<System.DateTimeOffset> ExpirationDate { get; }
var iReference = iPlayReadyLicense.expirationDate;
Public ReadOnly Property ExpirationDate As Nullable(Of DateTimeOffset)
Property Value
The expiration date of the current license.