GetSupportExpirationDaysLeftCount

Top  Previous  Next

Method returns days quantity, which is left for the support period. The license code will be valid for product versions which are released during this support period.

 

Public Shared Function GetSupportExpirationDaysLeftCount() As Integer

 

Parameters

 

 No parameters.

 

Return value

 

 Returns quantity of days which are remained till the support period expiration.

 

Requirements

 

 file: IntelliProtector.vb

 

Example

 

Public Sub ShowSupportDaysLeft()

    Dim daysLeftCount As Integer = IntelliProtectorService.IntelliProtector.GetSupportExpirationDaysLeftCount()

    Dim supportExpirationDaysLeftQtyMessage As [String] = [String].Format("Support expiration days left: {0}", daysLeftCount)

    System.Windows.Forms.MessageBox.Show(supportExpirationDaysLeftQtyMessage)

End Sub

 





Copyright © 2011 intelliprotector.com