PowerShell
PowerShell
Example: Http.GenTimeStamp method
Demonstrates theGenTimeStamp method.
Chilkat PowerShell Downloads
Add-Type -Path "C:\chilkat\ChilkatDotNet47-x64\ChilkatDotNet47.dll"
$http = New-Object Chilkat.Http
# Return current date/time in the following format: Day, DD Mon YYYY HH:MM:SS GMT
$timestamp = $http.GenTimeStamp()
$($timestamp)
# Sample Output:
# Thu, 21 Aug 2025 11:17:31 GMT