Description
Returns the next working day given a date to start from.
Uses a Monday - Friday work week by default and the records defined in the business close calendar within CRM.
Signature
GetNextWorkingDay('startdate')
Example
GetNextWorkingDay('12/20/2012') Returns 12/21/2012 (US Format)
Parameters
Name | Type | Description | Required |
---|---|---|---|
startdate | xxxx | xxxx | xxxx |