DateAddDays Method

Add the specified days to the Date

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Date AddDays(
	int days
)

Parameters

days  Int32
the number of days to add

Return Value

Date
the Date result after adding the days

See Also