ParseInstallationTimeZone Property Parse
The time zone in which this device resides. This string is in the tz database format Parse uses for local-time pushes. Due to platform restrictions, the mapping is less granular on Windows than it may be on other systems. E.g. The zones America/Vancouver America/Dawson America/Whitehorse, America/Tijuana, PST8PDT, and America/Los_Angeles are all reported as America/Los_Angeles.

Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public string TimeZone { get; }

Property Value

Type: String
See Also

Reference