Share via


ITeamFoundationProfileService.GetUserTimeZone Method

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

Syntax

'Declaration
Function GetUserTimeZone ( _
    requestContext As TeamFoundationRequestContext _
) As TimeZoneInfo
TimeZoneInfo GetUserTimeZone(
    TeamFoundationRequestContext requestContext
)
TimeZoneInfo^ GetUserTimeZone(
    TeamFoundationRequestContext^ requestContext
)
abstract GetUserTimeZone : 
        requestContext:TeamFoundationRequestContext -> TimeZoneInfo
function GetUserTimeZone(
    requestContext : TeamFoundationRequestContext
) : TimeZoneInfo

Parameters

Return Value

Type: System.TimeZoneInfo

.NET Framework Security

See Also

Reference

ITeamFoundationProfileService Interface

Microsoft.TeamFoundation.Framework.Server Namespace