UserPreferredCalendar Property

Gets Microsoft.Dynamics.AX.Framework.Services.Metadata.Enums.PreferredCalendar enum represeting the user preferred calendar type.

Namespace:  Microsoft.Dynamics.AX.Framework.Services.Contracts
Assembly:  Microsoft.Dynamics.AX.Services.Metadata (in Microsoft.Dynamics.AX.Services.Metadata.dll)

Syntax

'Declaration
ReadOnly Property UserPreferredCalendar As PreferredCalendar
    Get
'Usage
Dim instance As IUserSessionInfo
Dim value As PreferredCalendar

value = instance.UserPreferredCalendar
PreferredCalendar UserPreferredCalendar { get; }
property PreferredCalendar UserPreferredCalendar {
    PreferredCalendar get ();
}

Property Value

Type: Microsoft.Dynamics.AX.Framework.Services.Metadata.Enums.PreferredCalendar
Returns PreferredCalendar.

See Also

Reference

IUserSessionInfo Interface

Microsoft.Dynamics.AX.Framework.Services.Contracts Namespace