LicenseService.IsExpired Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
IsExpired(License)
Gets a value indicating whether the specified license has reached the expiry date and there are no more grace days.
public static bool IsExpired(License license)
Parameters
- license
- License
Returns
bool
true
if we have reached the expiry date stated in the license, otherwise false
.