DomainObjects Class Library

Field.AddDate Method

Returns a new DateTime based upon adding the specified interval to this date.

Overload List

Returns a new DateTime based upon adding the specified interval to this date.

public DateAdd AddDate(PartOfDateTime,Field);

Returns a new DateTime based upon adding the specified interval to this date.

public DateAdd AddDate(PartOfDateTime,String);

Returns a new DateTime based upon adding the specified interval to this date.

public DateAdd AddDate(PartOfDateTime,ValueType);

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace