Exemple #1
0
 public int getOffset(Datetime date)
 {
     return(Self.getOffset(date));
 }
Exemple #2
0
 public static void setCreatedDate(ID recordId, Datetime createdDatetime)
 {
     Implementation.setCreatedDate(recordId, createdDatetime);
 }
Exemple #3
0
 public void writeDateTime(Datetime datetimeValue)
 {
     Self.writeDateTime(datetimeValue);
 }
Exemple #4
0
 public void writeDateTimeField(string fieldName, Datetime datetimeValue)
 {
     Self.writeDateTimeField(fieldName, datetimeValue);
 }
Exemple #5
0
 public static Datetime nextStartDate(ID businessHoursId, Datetime targetDate)
 {
     return(Implementation.nextStartDate(businessHoursId, targetDate));
 }
Exemple #6
0
 public static string valueOfGmt(Datetime datetimeToConvert)
 {
     return(Implementation.valueOfGmt(datetimeToConvert));
 }
Exemple #7
0
 public static Datetime addGmt(ID businessHoursId, Datetime startDate, long interval)
 {
     return(Implementation.addGmt(businessHoursId, startDate, interval));
 }
Exemple #8
0
 public static bool isWithin(string businessHoursId, Datetime targetDate)
 {
     return(Implementation.isWithin(businessHoursId, targetDate));
 }
Exemple #9
0
 public static long diff(string businessHoursId, Datetime startDate, Datetime endDate)
 {
     return(Implementation.diff(businessHoursId, startDate, endDate));
 }
Exemple #10
0
 public static Datetime addGmt(string businessHoursId, Datetime startDate, long intervalMilliseconds)
 {
     return(Implementation.addGmt(businessHoursId, startDate, intervalMilliseconds));
 }
Exemple #11
0
 public static GetUpdatedResult getUpdated(string sobjectType, Datetime startDate, Datetime endDate)
 {
     return(Implementation.getUpdated(sobjectType, startDate, endDate));
 }