Represents a period of time.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public class TimeSlot : IDeepCloneable
Visual Basic
Public Class TimeSlot _
	Implements IDeepCloneable

Remarks

When spanning multiple days, a time slot represents a block of time each day as opposed to one continuous slot. For example, Monday 10am to Wednesday 12pm consists of a total of 6 hours (2 each day), as opposed to one 50 hour slot.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration.Dialer.DataTypes..::..TimeSlot
    ININ.IceLib.Configuration.Dialer.DataTypes..::..ScheduleTimeSlot

See Also