API Reference
Command
New-HtmlXCardFooter
Adds a footer section to the current Tabler card.
Remarks
Use inside New-HtmlXCard { }.
Examples
New-HtmlXCardFooter -Text "Generated $(Get-Date -Format 'yyyy-MM-dd HH:mm')"
New-HtmlXCardFooter -Text "Updated $(Get-Date -Format 'yyyy-MM-dd HH:mm')"
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.