< Back

Get-KBFTimeUsageOverview

Thu Jan 16, 2020 10:04 am

NAME Get-KBFTimeUsageOverview



SYNOPSIS

Creates a time usage overview for a time span





SYNTAX

Get-KBFTimeUsageOverview [-ApiToken] <String> [-FromDay] <DateTime> [-ToIncludingDay] <DateTime>

[<CommonParameters>]





DESCRIPTION

We do a weekly reporting about our time usage.



And that is what this is for. You can give that

function a time span. Do not care about the time part

on the datetimes you pass in. The function will remove

the time part and make sure both days are fully included.





PARAMETERS

-ApiToken <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-FromDay <DateTime>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ToIncludingDay <DateTime>



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS