TeamFoundationProfileService.SetAccountTimeZone Method
Sets the account time zone
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetAccountTimeZone ( _
requestContext As TeamFoundationRequestContext, _
timeZone As TimeZoneInfo _
)
public void SetAccountTimeZone(
TeamFoundationRequestContext requestContext,
TimeZoneInfo timeZone
)
public:
virtual void SetAccountTimeZone(
TeamFoundationRequestContext^ requestContext,
TimeZoneInfo^ timeZone
) sealed
abstract SetAccountTimeZone :
requestContext:TeamFoundationRequestContext *
timeZone:TimeZoneInfo -> unit
override SetAccountTimeZone :
requestContext:TeamFoundationRequestContext *
timeZone:TimeZoneInfo -> unit
public final function SetAccountTimeZone(
requestContext : TeamFoundationRequestContext,
timeZone : TimeZoneInfo
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- timeZone
Type: System.TimeZoneInfo
Implements
ITeamFoundationProfileService.SetAccountTimeZone(TeamFoundationRequestContext, 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.