public int getOffset(Datetime date) { return(Self.getOffset(date)); }
public static void setCreatedDate(ID recordId, Datetime createdDatetime) { Implementation.setCreatedDate(recordId, createdDatetime); }
public void writeDateTime(Datetime datetimeValue) { Self.writeDateTime(datetimeValue); }
public void writeDateTimeField(string fieldName, Datetime datetimeValue) { Self.writeDateTimeField(fieldName, datetimeValue); }
public static Datetime nextStartDate(ID businessHoursId, Datetime targetDate) { return(Implementation.nextStartDate(businessHoursId, targetDate)); }
public static string valueOfGmt(Datetime datetimeToConvert) { return(Implementation.valueOfGmt(datetimeToConvert)); }
public static Datetime addGmt(ID businessHoursId, Datetime startDate, long interval) { return(Implementation.addGmt(businessHoursId, startDate, interval)); }
public static bool isWithin(string businessHoursId, Datetime targetDate) { return(Implementation.isWithin(businessHoursId, targetDate)); }
public static long diff(string businessHoursId, Datetime startDate, Datetime endDate) { return(Implementation.diff(businessHoursId, startDate, endDate)); }
public static Datetime addGmt(string businessHoursId, Datetime startDate, long intervalMilliseconds) { return(Implementation.addGmt(businessHoursId, startDate, intervalMilliseconds)); }
public static GetUpdatedResult getUpdated(string sobjectType, Datetime startDate, Datetime endDate) { return(Implementation.getUpdated(sobjectType, startDate, endDate)); }