TeamFoundationProfileService.SetUserTimeZone Method

Set current user's timezone preference

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub SetUserTimeZone ( _
    requestContext As TeamFoundationRequestContext, _
    timeZone As TimeZoneInfo _
)
public void SetUserTimeZone(
    TeamFoundationRequestContext requestContext,
    TimeZoneInfo timeZone
)
public:
virtual void SetUserTimeZone(
    TeamFoundationRequestContext^ requestContext, 
    TimeZoneInfo^ timeZone
) sealed
abstract SetUserTimeZone : 
        requestContext:TeamFoundationRequestContext * 
        timeZone:TimeZoneInfo -> unit  
override SetUserTimeZone : 
        requestContext:TeamFoundationRequestContext * 
        timeZone:TimeZoneInfo -> unit
public final function SetUserTimeZone(
    requestContext : TeamFoundationRequestContext, 
    timeZone : TimeZoneInfo
)

Parameters

Implements

ITeamFoundationProfileService.SetUserTimeZone(TeamFoundationRequestContext, TimeZoneInfo)

.NET Framework Security

See Also

Reference

TeamFoundationProfileService Class

Microsoft.TeamFoundation.Framework.Server Namespace