Constructs a single DayTime range
Namespace: PM90SettingsAPIAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public DayTimeRange(
bool allowed,
Nullable<DateTime> startTime,
Nullable<DateTime> endTime
)
Parameters
- allowed
- Type: SystemBoolean
True indicates time is allowed that day. - startTime
- Type: SystemNullableDateTime
Start time of day, or null if Allowed is false - endTime
- Type: SystemNullableDateTime
End time of day, or null if Allowed is false
Exceptions Remarks Time is the only date part taken into consideration; the date portion is ignored.
See Also