DateTimeUtil.setUserPreferredCalendar(PreferredCalendar) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the PreferredCalendar enumeration type of the current user for the current session.
public:
static void setUserPreferredCalendar(Dynamics::AX::Application::PreferredCalendar _calendar);
public static void setUserPreferredCalendar (Dynamics.AX.Application.PreferredCalendar _calendar);
static member setUserPreferredCalendar : Dynamics.AX.Application.PreferredCalendar -> unit
Public Shared Sub setUserPreferredCalendar (_calendar As PreferredCalendar)
Parameters
- _calendar
- PreferredCalendar
The PreferredCalendar enumeration value to set.