This topic has not yet been rated - Rate this topic

ProductLicense.ExpirationDate | expirationDate property

Gets the expiration date and time of the license.

Syntax


public DateTimeOffset ExpirationDate { get; }

Property value

Type: Date [JavaScript] | System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++]

The date and time that the product's license expires.

ValueMeaning
a valid date value

The license is active and expires on this date.

This occurs during the product's lifetime (the time the product can be used).

maxDate

The license is active and never expires.

This occurs if the product's lifetime is forever.

minDate

The license is not active.

 

Remarks

Windows Phone 8

This API is not implemented and will throw an exception if called.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Store
Windows::ApplicationModel::Store [C++]

Metadata

Windows.winmd

See also

ProductLicense

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.