Returns a new DateTime based upon adding the specified interval to the given date.
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);
DateAdd Class | DomainObjects.Facade.Command.Function Namespace