Skip to content

Instantly share code, notes, and snippets.

@conrjac
Last active October 19, 2016 19:29
Show Gist options
  • Save conrjac/e441c75fada480c795597bfc4d0aaa90 to your computer and use it in GitHub Desktop.
Save conrjac/e441c75fada480c795597bfc4d0aaa90 to your computer and use it in GitHub Desktop.
Using DateHelper.cls
public class myClass
{
MyObject__c.endDateField__c = DateHelper.addBusinessDays(startDateField__c, 10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment