Version

TimeZoneServer Property

Static value used for the TimeZoneOffset property to specify a TimeSpan that indicates that the Server TimeZone is to be used for rendering date/time related schedule data. This value is the default value for the TimeZoneOffset property. (TimeZoneOffset)
Syntax
'Declaration
 
Public Shared ReadOnly Property TimeZoneServer As TimeSpan
public static TimeSpan TimeZoneServer {get;}
Remarks

The WebScheduleInfo component centralizes all the date specific state information into a single component that can be referenced from all the UltraSchedule controls (WebScheduleControlBase.ScheduleInfo). This allows the controls to share the same information across all the controls without the need to maintain the same information on each control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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