DomainObjects Class Library

DateAdd Constructor

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

Overload List

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

public DateAdd(PartOfDateTime,Field,Field);

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

public DateAdd(PartOfDateTime,String,Field);

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

public DateAdd(PartOfDateTime,ValueType,Field);

See Also

DateAdd Class | DomainObjects.Facade.Command.Function Namespace