forwardLastDay Property    Table of ContentLogoutTimes Property forward
SessionSchedule.LogonTimes Property
Defines logon time for the session for each day of the week. If logon is not performed on particular day, value of entry correspondent for that day is equal to TimeSpan.MinValue.

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#
public IList<TimeSpan> LogonTimes { get; }

Property Value

Type: IList<TimeSpan>
See Also