DateAddDays Method | |
Adds Days
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public Date AddDays(
int daysToAdd
)
public:
Date^ AddDays(
int daysToAdd
)
function AddDays(daysToAdd);
Parameters
- daysToAdd
- Type: SystemInt32
Return Value
Type:
DateSee Also