次の方法で共有


SiteConfigProperties.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の下に一覧表示されているタイム ゾーンのいずれかが必要です。

public string WebsiteTimeZone { get; set; }
member this.WebsiteTimeZone : string with get, set
Public Property WebsiteTimeZone As String

プロパティ値

適用対象