OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Order.TimeWindow Class
Members



In This Topic
    Order.TimeWindow Class
    In This Topic
    Represents a date range specification ( i.e. a time-window) for Order records within the OnTime Extensions SDK.
    Syntax
    'Declaration
     
    
    <DisplayNameAttribute("Time Window")>
    Public Class Order.TimeWindow 
       Inherits OrderBase.TimeWindowBase
    'Usage
     
    
    Dim instance As Order.TimeWindow
    [DisplayName("Time Window")]
    public class Order.TimeWindow : OrderBase.TimeWindowBase 
    [DisplayName("Time Window")]
    public ref class Order.TimeWindow : public OrderBase.TimeWindowBase 
    Inheritance Hierarchy

    System.Object
       OnTime.Extensions.SDK.OrderBase.TimeWindowBase
          OnTime.Extensions.SDK.Order.TimeWindow

    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also