If you want to work out that date a specified number of unit in the future or past try this:
Add 5 hours : (Get-Date).AddHours(5)
Add 5 days: (Get-Date).adddays(5)
Minus 5 hours: (Get-Date).AddHours(-5)
Minus 5 days: (Get-Date).AddDays(-5)
If you want to work out that date a specified number of unit in the future or past try this:
Add 5 hours : (Get-Date).AddHours(5)
Add 5 days: (Get-Date).adddays(5)
Minus 5 hours: (Get-Date).AddHours(-5)
Minus 5 days: (Get-Date).AddDays(-5)
I would like to plant a small fragment of identifiable data on your device 🍪🚫 There is no “Deny” option as having privacy is very much a myth and illusion. Read Privacy Policy
Ok