LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
global class BusinessHours {
    global BusinessHours() { }
    global static Datetime add(Id businessHoursId, Datetime startDate, Long interval) { }
    global static Datetime addGmt(Id businessHoursId, Datetime startDate, Long interval) { }
    global Object clone() { }
    global static Long diff(String businessHoursId, Datetime startDate, Datetime endDate) { }
    global static Boolean isWithin(String businessHoursId, Datetime targetDate) { }
    global static Datetime nextStartDate(Id businessHoursId, Datetime targetDate) { }
 
}