MVPSI.JAMS Namespace > Job Class : TimeZone Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Schedule")> <System.ComponentModel.DescriptionAttribute("Sets the time zone for scheduling this job. The default value is the same time zone as the JAMS Scheduler")> <CompareOptionsAttribute(True)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property TimeZone As TimeZone
'Usage
Dim instance As Job Dim value As TimeZone instance.TimeZone = value value = instance.TimeZone
[System.ComponentModel.Category("Schedule")] [System.ComponentModel.Description("Sets the time zone for scheduling this job. The default value is the same time zone as the JAMS Scheduler")] [CompareOptions(true)] [System.Xml.Serialization.XmlIgnore()] public TimeZone TimeZone {get; set;}
Target Platforms: 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