C# Class Apex.System.BusinessHours

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_businesshours.htm#apex_classes_businesshours
Afficher le fichier Open project: jayonsoftware/apexsharp

Méthodes publiques

Méthode Description
BusinessHours ( ) : ApexSharpApi.ApexApi
add ( Apex.System.ID businessHoursId, Apex.System.DateTime startDate, long interval ) : Apex.System.DateTime
addGmt ( Apex.System.ID businessHoursId, Apex.System.DateTime startDate, long interval ) : Apex.System.DateTime
clone ( ) : object
diff ( string businessHoursId, Apex.System.DateTime startDate, Apex.System.DateTime endDate ) : long
isWithin ( string businessHoursId, Apex.System.DateTime targetDate ) : bool
nextStartDate ( Apex.System.ID businessHoursId, Apex.System.DateTime targetDate ) : Apex.System.DateTime

Method Details

BusinessHours() public méthode

public BusinessHours ( ) : ApexSharpApi.ApexApi
Résultat ApexSharpApi.ApexApi

add() public static méthode

public static add ( Apex.System.ID businessHoursId, Apex.System.DateTime startDate, long interval ) : Apex.System.DateTime
businessHoursId Apex.System.ID
startDate Apex.System.DateTime
interval long
Résultat Apex.System.DateTime

addGmt() public static méthode

public static addGmt ( Apex.System.ID businessHoursId, Apex.System.DateTime startDate, long interval ) : Apex.System.DateTime
businessHoursId Apex.System.ID
startDate Apex.System.DateTime
interval long
Résultat Apex.System.DateTime

clone() public méthode

public clone ( ) : object
Résultat object

diff() public static méthode

public static diff ( string businessHoursId, Apex.System.DateTime startDate, Apex.System.DateTime endDate ) : long
businessHoursId string
startDate Apex.System.DateTime
endDate Apex.System.DateTime
Résultat long

isWithin() public static méthode

public static isWithin ( string businessHoursId, Apex.System.DateTime targetDate ) : bool
businessHoursId string
targetDate Apex.System.DateTime
Résultat bool

nextStartDate() public static méthode

public static nextStartDate ( Apex.System.ID businessHoursId, Apex.System.DateTime targetDate ) : Apex.System.DateTime
businessHoursId Apex.System.ID
targetDate Apex.System.DateTime
Résultat Apex.System.DateTime