OrganizationServiceContextExtensions.GetAllTimeZonesWithDisplayName Method (OrganizationServiceContext, Int32)

 

Applies To: Dynamics CRM 2015

Retrieves all the time-zone definitions for the specified locale returning only the display name attribute. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static EntityCollection GetAllTimeZonesWithDisplayName(
    this OrganizationServiceContext context,
    int localeId
)
public:
[ExtensionAttribute]
static EntityCollection^ GetAllTimeZonesWithDisplayName(
    OrganizationServiceContext^ context,
    int localeId
)
static member GetAllTimeZonesWithDisplayName : 
        context:OrganizationServiceContext *
        localeId:int -> EntityCollection
<ExtensionAttribute>
Public Shared Function GetAllTimeZonesWithDisplayName (
    context As OrganizationServiceContext,
    localeId As Integer
) As EntityCollection

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.EntityCollection

Returns EntityCollection.

Remarks

This is a method wrapper for the GetAllTimeZonesWithDisplayNameRequest and GetAllTimeZonesWithDisplayNameResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright