Summary
Sets the timezone for all the robot or indicator datetime references
Remarks
All dates and times within the robot or indicator will be converted to this timezone
Syntax
public string TimeZone{ get; set; }
Example 1
[Robot(TimeZone = TimeZones.EasternStandardTime)] public class NewsRobot : Robot