Freigeben über


ITeamFoundationProfileService.SetUserTimeZone Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationProfileService Interface

Microsoft.TeamFoundation.Framework.Server Namespace