[This is preliminary documentation and is subject to change.]

Gets the difference between the expiry DateTime in the license and Current DateTime.

Namespace:  OfficeClip.DBLayer.Oem
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int Ddiff()
Visual Basic (Declaration)
Public Function Ddiff As Integer
Visual C++
public:
int Ddiff()

Return Value

Number of days remaining to expire else -1.

See Also