次の方法で共有


TfsConnection.TimeZone プロパティ

この Team Foundation Server 接続のタイム ゾーンを取得または設定します。

日付と時刻を UTC に変換するために使用します。

名前空間:  Microsoft.TeamFoundation.Client
アセンブリ:  Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)

構文

'宣言
Public Property TimeZone As TimeZone
public TimeZone TimeZone { get; set; }

プロパティ値

型: System.TimeZone
TimeZone を返します。

解説

TimeZone defaults to the time zone of the local computer.

It is used to convert dates and times to UTC. Used to synchronize time data between servers and clients in different time zones.

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TfsConnection クラス

Microsoft.TeamFoundation.Client 名前空間