Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.