Version

PromptForLocalTimeZone Enumeration

Determines if a dialog will be displayed asking the user to select a local time zone.
Syntax
'Declaration
 
Public Enum PromptForLocalTimeZone 
   Inherits System.Enum
public enum PromptForLocalTimeZone : System.Enum 
Members
MemberDescription
AlwaysThe Infragistics.Controls.Schedules.Primitives.TimeZoneChooserDialog will be displayed every time the XamScheduleDataManager is initialized.
NeverA dialog is never displayed
OnlyIfRequiredThe Infragistics.Controls.Schedules.Primitives.TimeZoneChooserDialog will be displayed when the XamScheduleDataManager is initialized if the local time zone has not been specified or deduced.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also