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

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

public static addGmt ( 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 addGmt(ID businessHoursId, DateTime startDate, long interval)
        {
            throw new global::System.NotImplementedException("BusinessHours.AddGmt");
        }