public class TradingSchedulePublic Class TradingSchedule| TradingSchedule | Constructor. |
| TradingSchedule(String) | Create the schedule from the specified packed string. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetMarketMode | Return the mode that this schedule says should be active for the date time specified. |
| GetNextClosedTime | Return the time of the first scheduled Close after the time specified. |
| GetNextEvent(DateTime, DateTime) | Get the first occurrance of the specified market mode event after the time specified. |
| GetNextEvent(DateTime, ListMarketMode, DateTime) | Get the first occurrance of any of the specified market mode events after the time specified. |
| GetNextEvent(DateTime, MarketMode, DateTime) | Get the first occurrance of the specified market mode event after the time specified. |
| GetNextOpenTime | Return the time of the first scheduled Open after the time specified. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToPackedString | Generate the packed string from this schedule. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ToXML | Create an xml representation of this data. |
| TradeDates | List of trade dates for this week. |