Vertaling van "Set-Date" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Set-Date gibt ein Objekt zurück, das das von ihm erstellte Datum darstellt.
Set-Date returns an object that represents the date that it set.
Wenn Sie ein Datum, jedoch keine Uhrzeit angeben, ändert Set-Date die Uhrzeit in Mitternacht des angegebenen Datums.
If you specify a date, but not a time, Set-Date changes the time to midnight on the specified date.
Mit dem Cmdlet Set-Date werden Systemdatum und Systemzeit auf dem Computer in ein Datum und eine Uhrzeit geändert, die von Ihnen angegeben werden.
The Set-Date cmdlet changes the system date and time on the computer to a date and time that you specify.
Mit dem Cmdlet "Set-Date" werden Systemdatum und Systemzeit auf dem Computer in ein Datum und eine Uhrzeit geändert, die von Ihnen angegeben werden.
The Set-Date cmdlet changes the system date and time on the computer to a date and time that you specify.
Sie können ein neues Datum und/oder eine neue Uhrzeit angeben, indem Sie eine Zeichenfolge eingeben oder indem Sie ein DateTime-Objekt oder TimeSpan-Objekt an Set-Date übergeben.
You can specify a new date and/or time by typing a string or by passing a DateTime or TimeSpan object to Set-Date.
Führen Sie Set-Date aus, um im Server-Core-Modus die Zeitzone zu ändern.
To change the time zone while in Server Core mode, run Set-Date.
Durch den folgenden Befehl werden z. B. Konflikte mit dem Cmdlet Get-Date und dem Cmdlet Set-Date vermieden, die in Windows PowerShell beim Importieren des DateFunctions-Moduls auftreten.
For example, the following command avoids any conflict with the Get-Date and Set-Date cmdlets that come with Windows PowerShell when you import the DateFunctions module.
C:\PS>Set-Date -Date (Get-Date).AddDays(3) Beschreibung - Mit diesem Befehl werden dem aktuellen Systemdatum drei Tage hinzugefügt.
C:\PS>Set-Date -Date (Get-Date).AddDays(3) This command adds three days to the current system date.
Der DisplayHint-Parameter legt fest, dass Windows PowerShell nur die Uhrzeit anzeigt, er wirkt sich jedoch nicht auf das von Set-Date zurückgegebene DateTime-Objekt aus.
The DisplayHint parameter tells Windows PowerShell to display only the time, but it does not affect the DateTime object that Set-Date returns.
Sie können für die mit Set-Date verwendeten DateTime-Objekte und TimeSpan-Objekte, z. B. AddDays, AddMonths und FromFileTime, .NET-Standardmethoden verwenden.
You can use standard.NET methods with the DateTime and TimeSpan objects used with Set-Date, such as AddDays, AddMonths and FromFileTime.
C:\PS>$t = get-date C:\PS>set-date -date $t Beschreibung - Mit diesen Befehlen werden Systemdatum und Systemzeit auf dem Computer in das Datum und die Uhrzeit geändert, die in der Variablen"$t" gespeichert sind.
C:\PS>$t = get-date C:\PS>set-date -date $t These commands change the system date and time on the computer to the date and time saved in the variable $t.
Set-Date gibt ein Objekt zurück, das das von ihm erstellte Datum darstellt.
Set-Date returns an object that represents the date that it set.
Wenn Sie ein Datum, jedoch keine Uhrzeit angeben, ändert Set-Date die Uhrzeit in Mitternacht des angegebenen Datums.
If you specify a date, but not a time, Set-Date changes the time to midnight on the specified date.