Apex.System.BusinessHours.nextStartDate C# (CSharp) Method

nextStartDate() public static method

public static nextStartDate ( Apex.System.ID businessHoursId, Apex.System.DateTime targetDate ) : Apex.System.DateTime
businessHoursId Apex.System.ID
targetDate Apex.System.DateTime
return Apex.System.DateTime
        public static DateTime nextStartDate(ID businessHoursId, DateTime targetDate)
        {
            throw new global::System.NotImplementedException("BusinessHours.NextStartDate");
        }
    }