ISutLocale Interface
Interface that allows to get the current date time and culture of the system under test.
Namespace: Progile.TRIO.BaseModel
Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Name | Description |
Initializes the SutDateTime by determining the delta from the VM to the host where the testcase is run. |
Name | Description |
The culture string (e.g en-US, de-CH etc) of the system under test. (for Windows: see Additional date, time, & regional settings in Region & language settings.) | |
Gets the current dateTime of the system under test (SUT). For an exact time you should call InitSutDateTime before using SutDateTime. |
Last modified 3yr ago