PSBusinessTime

0.3.0

A PowerShell module with functions to help calculate working hours, and for generally working with or 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.3.0

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

Install-PSResource -Name PSBusinessTime -Version 0.3.0

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)

Tags

Time DateTime Dates Date WorkingTime WorkingHours WorkingDays BusinessTime BusinessHours BusinessDays

Functions

Add-WorkingDays Get-WorkingDates New-BusinessTimeSpan Test-WorkingDay

Dependencies

This module has no dependencies.

Release Notes

# Changed
- Renamed Get-ElapsedBusinessTime to New-BusinessTimeSpan, and changed parameters -StartDate and -EndDate to -Start and -End, similar to New-TimeSpan and its datetime parameters.

FileList

Version History

Version Downloads Last updated
0.3.2 61 10/5/2022
0.3.0 (current version) 43 5/4/2022
0.2.2 16 4/15/2022
0.2.1 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