DateAddDays Method
Add the specified days to the
DateNamespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Date AddDays(
int days
)
Public Function AddDays (
days As Integer
) As Date
member AddDays :
days : int -> Date
- days Int32
- the number of days to add
Datethe
Date result after adding the days