If you use this method for getting the current date and time
everywhere in your code, it will be possible to simulate a certain
time in unit tests or in the actual application (for realizing previews etc).
public getCurrentDateTime ( ) : DateTime | ||
return | DateTime | The current date and time - or a simulated version of it |