PSBusinessTime

0.2.1

A PowerShell module with functions to help working with and calculating business hours / date times.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSBusinessTime -RequiredVersion 0.2.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSBusinessTime -Version 0.2.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Adam Cook (@codaamok). All rights reserved.

Package Details

Author(s)

  • Adam Cook (@codaamok)

Functions

Add-WorkingDays Get-ElapsedBusinessTime Get-WorkingDates Test-WorkingDay

Dependencies

This module has no dependencies.

Release Notes

# Fixed
- Get-ElapsedBusinessTime did not return correct result if -StartDate and -EndDate were on the same day, but it was a working day, and its time for both dates were outside of working hours

FileList

Version History

Version Downloads Last updated
0.3.2 61 10/5/2022
0.3.0 43 5/4/2022
0.2.2 16 4/15/2022
0.2.1 (current version) 14 4/15/2022
0.2.0 14 4/14/2022
0.1.7 13 4/14/2022
0.1.6 14 4/14/2022
0.1.5 15 4/14/2022
0.1.4 15 4/14/2022
0.1.2 14 4/13/2022
0.1.1 15 4/12/2022
0.1.0 17 4/11/2022
Show more