Returns the number of days the trial license is in use.

Namespace:  Primeworks
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

C#
protected static int LicenseUseDays(
	IntPtr pLicense
)
Visual Basic (Declaration)
Protected Shared Function LicenseUseDays ( _
	pLicense As IntPtr _
) As Integer
Visual C++
protected:
static int LicenseUseDays(
	IntPtr pLicense
)

Parameters

pLicense
Type: System..::.IntPtr
Unmanaged license pointer.

Return Value

Number of days in use.

See Also