| 
            
              IPhaseGetPhasesChangedSince Method
             | 
          
        
        
 Gets Phases that have been inserted or updated after given time.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxICollection<Phase> GetPhasesChangedSince(
	string businessUnitGUID,
	DateTime startDateTime,
	int options
)
Function GetPhasesChangedSince ( 
	businessUnitGUID As String,
	startDateTime As DateTime,
	options As Integer
) As ICollection(Of Phase)
Parameters
- businessUnitGUID  String
 - Business unit GUID. If given, then only phases that belong to the business unit and its sub units are retrieved.
 - startDateTime  DateTime
 - Start DateTime in UTC for the search (Mandatory). Comparison is only precise to the closest minute.
 - options  Int32
 - Bitflag. Each bit of the enum represents a separate option. Use 'Bitwise Or' to specify a combination of options.
  
- 0 = None.
 - 1 = Returns only the phases that were inserted after startDateTime.
 
 
Return Value
ICollectionPhaseList of .
Exceptions
See Also