Click or drag to resize
DayTimeRange Class
Represents a Range of time within a single day.
Inheritance Hierarchy
SystemObject
  PM90SettingsAPIDayTimeRange

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public class DayTimeRange

The DayTimeRange type exposes the following members.

Constructors
  NameDescription
Public methodDayTimeRange
Constructs a single DayTime range
Top
Methods
Properties
  NameDescription
Public propertyAllowed
True when any time of day is allowed.
Public propertyEnd
Ending time of day
Public propertyStart
Starting time of day
Top
Remarks
Time is the only date part taken into consideration; the date portion is ignored
See Also