This command retrieves a DateTime object, but it displays only the date.
Mit diesem Befehl wird ein DateTime-Objekt abgerufen, doch nur das Datum angezeigt.
It returns a DateTime object with the current date.
Returns the month of the current DateTime object.
Because Add-Content uses the ToString() method of the DateTime object, the date that is added is in short-date and short-time format.
Da Add-Content die ToString ()-Methode des DateTime-Objekts verwendet, weist das hinzugefügte Datum das kurze Format für Datum und Uhrzeit auf.
Returns the current time as a DateTime object.
Gibt die aktuelle Uhrzeit als DateTime-Objekt zurück.
DateTime object comparison with the comparison operators changed to work as expected.
DateTime-Objekt im Vergleich mit den Vergleichs-Operatoren funktioniert nun so wie erwartet.
An exception is raised if the string cannot be converted to a DateTime object.
Wenn der String nicht in ein DateTime-Objekt konvertiert werden kann, wird eine Ausnahme ausgegeben.
We don't want the normal display of the DateTime object that is shown here because it is too long and has characters that are not allowed for a folder name.
Wir möchten nicht die normale Anzeige des DateTime-Objekt, die hier angezeigt wird, da Sie zu lang ist und enthält Zeichen, die für einen Ordnernamen nicht zulässig sind.
This command gets a DateTime object and displays the current date and time in the long date and long time formats for the system locale, as though you typed get-date -format F.
Mit diesem Befehl wird ein DateTime-Objekt abgerufen, und das aktuelle Datum sowie die aktuelle Uhrzeit werden im langen Datums- bzw. Uhrzeitformat für das Systemgebietsschema angezeigt. Dies entspricht der Eingabe von get-date -format F.
This command converts the current date (a DateTime object) to XML.
Mit diesem Befehl wird das aktuelle Datum (ein DateTime-Objekt) in XML konvertiert.
Type a quoted string, such as "This data is for internal use only", or specify an object that contains content, such as the DateTime object that Get-Date generates.
Geben Sie eine Zeichenfolge in Anführungszeichen ein, beispielsweise "Diese Daten dienen ausschließlich internen Zwecken", oder geben Sie ein Objekt an, das Inhalt enthält, beispielsweise das DateTime-Objekt, das von Get-Date generiert wird.
Type a quoted string, such as This data is for internal use only, or specify an object that contains content, such as the DateTime object that Get-Date generates.
Geben Sie eine Zeichenfolge in Anführungszeichen ein, beispielsweise Diese Daten dienen ausschließlich internen Zwecken, oder geben Sie ein Objekt an, das Inhalt enthält, beispielsweise das DateTime-Objekt, das von Get-Date generiert wird.
The Get-Date cmdlet gets a DateTime object that represents the current date or a date that you specify.
Mit dem Cmdlet "Get-Date" wird ein DateTime-Objekt abgerufen, das das aktuelle Datum oder ein von Ihnen angegebenes Datum darstellt.