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)

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.Int32

    A 32-bit integer that represents the number of days to add to the Julian day.

See also

Reference

IntlDate class

IntlDate members

Microsoft.SharePoint.Utilities namespace