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

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

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