CustomTimeZone Constructor
Constructs CustomTimeZone object.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
timeZoneInfo As TimeZoneInfo _
)
public CustomTimeZone(
TimeZoneInfo timeZoneInfo
)
public:
CustomTimeZone(
TimeZoneInfo^ timeZoneInfo
)
new :
timeZoneInfo:TimeZoneInfo -> CustomTimeZone
public function CustomTimeZone(
timeZoneInfo : TimeZoneInfo
)
Parameters
timeZoneInfo
Type: System.TimeZoneInfoCustom 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.