Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.19 KB

ConvertTo-KshLocalTime.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-KshLocalTime

SYNOPSIS

Converts to a local time.

SYNTAX

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

DESCRIPTION

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

EXAMPLES

Example 1

PS C:\> ConvertTo-KshLocalTime -Value '2001-01-01:00:00:00Z'

Converts a universal time to a local 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