Share via


ITeamFoundationProfileService.SetAccountTimeZone Method

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

Syntax

'Declaration
Sub SetAccountTimeZone ( _
    requestContext As TeamFoundationRequestContext, _
    timeZone As TimeZoneInfo _
)
void SetAccountTimeZone(
    TeamFoundationRequestContext requestContext,
    TimeZoneInfo timeZone
)
void SetAccountTimeZone(
    TeamFoundationRequestContext^ requestContext, 
    TimeZoneInfo^ timeZone
)
abstract SetAccountTimeZone : 
        requestContext:TeamFoundationRequestContext * 
        timeZone:TimeZoneInfo -> unit
function SetAccountTimeZone(
    requestContext : TeamFoundationRequestContext, 
    timeZone : TimeZoneInfo
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationProfileService Interface

Microsoft.TeamFoundation.Framework.Server Namespace