다음을 통해 공유


DateOptions.AddYears Method

Returns a date that is the specified number of years away from the specified date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)> _
Public Function AddYears ( _
    cDate As SimpleDate, _
    nYears As Integer _
) As SimpleDate
'Usage
Dim instance As DateOptions
Dim cDate As SimpleDate
Dim nYears As Integer
Dim returnValue As SimpleDate

returnValue = instance.AddYears(cDate, _
    nYears)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)]
public SimpleDate AddYears(
    SimpleDate cDate,
    int nYears
)

Parameters

Return Value

Type: Microsoft.SharePoint.Utilities.SimpleDate
A SimpleDate value that represents the date that results from adding the specified number of years to the specified SimpleDate value.

See Also

Reference

DateOptions Class

DateOptions Members

Microsoft.SharePoint.Utilities Namespace