SutLocale Properties

SutCultureInfo

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.)

Syntax: public CultureInfo SutCultureInfo { get; }

SutDateTime

Gets the current dateTime of the system under test (SUT). For an exact time you should call InitSutDateTime before using SutDateTime.

Syntax: public DateTime SutDateTime { get; }

Last updated