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

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

public static add ( Apex.System.ID businessHoursId, Apex.System.DateTime startDate, long interval ) : Apex.System.DateTime
businessHoursId Apex.System.ID
startDate Apex.System.DateTime
interval long
Результат Apex.System.DateTime
        public static DateTime add(ID businessHoursId, DateTime startDate, long interval)
        {
            throw new global::System.NotImplementedException("BusinessHours.Add");
        }