Examples of using Datetime object in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Converts the DateTime object to a string.
Returns the current time as a DateTime object.
Enter a DateTime object, such as one created by the Get-Date cmdlet.
Returns the minute of the current DateTime object.
It does not affect the DateTime object that Get-Date retrieves.
Returns the day of month of the current DateTime object.
Gets or sets the value of the DateTime object as a System. DateTime value.
Returns the number of week in the year of the current DateTime object.
Creates a DateTime object for the start of the month in the specified DateTime. .
Returns the day of week of the current DateTime object, as an integer.
Creates a DateTime object, in UTC, with the specified year, month, and day, at midnight.
This can be accomplished by manually constructing DateTime objects with only millisecond precision.
Converts the DateTime object to a string, using the format supplied as argument.
Interval You can use a TimeSpan object to add or subtract time from DateTime objects.
TimeGenerated: A DateTime object that represents the time at which the event was generated.
When you use the Format or UFormat parameters, Get-Dategenerates a string, not a DateTime object.
Creates a DateTime object, in UTC, with the specified year, month, day, hour, and minute.
When you pipe a date to cmdlets that expect string input, such as Add-Content,Windows PowerShell converts the DateTime object to a string before adding it to the file.
Gets a DateTime object that is set to the current date and time on this computer.
Sets the timezone of the current DateTime object to the timezone value supplied as argument.
Creates a DateTime object for the previous Sunday, relative to the specified DateTime. .
Returns the value of the DateTime object expressed as the Coordinated Universal Time UTC.
Creates a DateTime object for the current midnight, relative to the specified DateTime. .
Time stamps are dateTime objects, with the complete date plus hours, minutes, and seconds for example, 2016-10-31T23:59:59Z.