Hi Community
Any idea how I can create a DateTime dt = "YYYYMMdd_HHmm" that is round down to 10 minutes?
We need to configure DataGateways in a way that the file is written new every 10 Minutes. I'd like to do this by using the given DateTime funct...