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

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

public static diff ( string businessHoursId, Apex.System.DateTime startDate, Apex.System.DateTime endDate ) : long
businessHoursId string
startDate Apex.System.DateTime
endDate Apex.System.DateTime
Результат long
        public static long diff(string businessHoursId, DateTime startDate, DateTime endDate)
        {
            throw new global::System.NotImplementedException("BusinessHours.Diff");
        }