Gets the maintenance plan renewal date.
C#: DateTime GetMaintenancePlanRenewalDate (string webServiceUrl, string activationKey)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - the activation key of the record.
Note that the date returned is a UTC date. In the event the maintenance plan date is not set, the return value is set to DateTime.MinValue which is Jan 1 0001.
Comments
0 comments
Article is closed for comments.