IntlDate.AddDays Method
Adds the specified number of days to the Julian day value of the international date.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub AddDays ( _
days As Integer _
)
'Usage
Dim instance As IntlDate
Dim days As Integer
instance.AddDays(days)
public void AddDays(
int days
)
Parameters
days
Type: System.Int32A 32-bit integer that represents the number of days to add to the Julian day.