次の方法で共有


SiteConfigResource.WebsiteTimeZone プロパティ

定義

タイムスタンプの生成にサイトが使用するタイム ゾーンを取得または設定します。 Linux および Windows App Serviceと互換性があります。 WEBSITE_TIME_ZONE アプリ設定の設定は、この構成よりも優先されます。Linux の場合、tz データベース値 https://www.iana.org/time-zones が必要です (クイック リファレンスについては、「」を参照してください https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)。 Windows の場合、HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones の下に一覧表示されているタイム ゾーンの 1 つが必要です

[Newtonsoft.Json.JsonProperty(PropertyName="properties.websiteTimeZone")]
public string WebsiteTimeZone { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.websiteTimeZone")>]
member this.WebsiteTimeZone : string with get, set
Public Property WebsiteTimeZone As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象