CustomTimeZone.Info Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Info As TimeZoneInfo
public TimeZoneInfo Info { get; }
public:
property TimeZoneInfo^ Info {
TimeZoneInfo^ get ();
}
member Info : TimeZoneInfo with get
function get Info () : TimeZoneInfo
Property Value
Type: System.TimeZoneInfo
Returns TimeZoneInfo.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.