We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New-XbBatchBounds
Following f0baaed (v0.0.3), we support non-contiguous batch bounds. When constructing a non-contiguous batch, you may start with a single object.
$bounds = New-XbBatchBounds -Start '2023-01-01' -End '2023-01-02' -Step "1.00:00:00" $bounds += New-XbBatchBounds -Start '2023-02-01' -End '2023-03-01' -Step "1.00:00:00"
InvalidOperation: Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.
Need to force singleton response from New-XbBatchBounds to be an array.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following f0baaed (v0.0.3), we support non-contiguous batch bounds. When constructing a non-contiguous batch, you may start with a single object.
Does not work currently
Need to force singleton response from
New-XbBatchBounds
to be an array.The text was updated successfully, but these errors were encountered: