forwardTimeZone Property    Table of ContentScheduler Methodsforward
Scheduler.UtcTimeUsage Property

Note: This API is now obsolete.

This property allows switching local time to UTC time usage

Namespace:  FIXForge.NET.FIX.Scheduling
Assembly:  FIXForge.NET.FIX.Scheduler-net-4.8_x64 (in FIXForge.NET.FIX.Scheduler-net-4.8_x64.dll) Version: 4.10.1.0 (4.10.1.0)
Syntax
C#
[ObsoleteAttribute("Please use Scheduler.TimeZone = TimeZoneInfo.Utc", 
	true)]
public bool UtcTimeUsage { get; set; }

Property Value

Type: Boolean
See Also