Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.19 KB

ConvertTo-KshUniversalTime.md

File metadata and controls

61 lines (42 loc) · 1.19 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

ConvertTo-KshUniversalTime

SYNOPSIS

Converts to a universal time.

SYNTAX

ConvertTo-KshUniversalTime [-Value] <DateTime> [<CommonParameters>]

DESCRIPTION

Converts a local time as defined by the site to a universal.

EXAMPLES

Example 1

PS C:\> ConvertTo-KshUniversalTime -Value '2001-01-01:00:00:00+09:00'

Converts to a universal time.

PARAMETERS

-Value

Specified the date/time.

Type: DateTime
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.DateTime

OUTPUTS

System.DateTime

NOTES

RELATED LINKS