Click or drag to resize
SignDocDocumentLoadergetRemainingDays Method
Get the number of days until the license will expire

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public static int getRemainingDays(
	RemainingDays what
)

Parameters

what
Type: de.softpro.signdocsdk.Enums.EDocumentLoaderRemainingDays
Select which expiry date shall be used (rd_product or rd_signing).

Return Value

Type: Int32
-1 if the license has already expired or is invalid, 0 if the license will expire today, a positive value for the number of days the license is still valid. For licenses without expiry date, that will be several millions of days.
See Also