Apex.System.BusinessHours.nextStartDate C# (CSharp) Метод

nextStartDate() публичный статический Метод

public static nextStartDate ( Apex.System.ID businessHoursId, Apex.System.DateTime targetDate ) : Apex.System.DateTime
businessHoursId Apex.System.ID
targetDate Apex.System.DateTime
Результат Apex.System.DateTime
        public static DateTime nextStartDate(ID businessHoursId, DateTime targetDate)
        {
            throw new global::System.NotImplementedException("BusinessHours.NextStartDate");
        }
    }