| SignDocDocumentLoadergetRemainingDays Method |
Get the number of days until the license will expire
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic static int getRemainingDays(
RemainingDays what
)
Public Shared Function getRemainingDays (
what As RemainingDays
) As Integer
public:
static int getRemainingDays(
RemainingDays what
)
static member getRemainingDays :
what : RemainingDays -> int
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