ITimeRestricted Interface
Assembly: PTS.Chronometry.dll
Syntax
public interface ITimeRestricted
Properties
Day
Declaration
DayOfWeek? Day { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DayOfWeek> |
|
DayGroup
Declaration
WeekPart? DayGroup { get; set; }
Property Value
Type |
Description |
System.Nullable<WeekPart> |
|
From
Declaration
Property Value
Type |
Description |
System.Nullable<Time> |
|
Until
Declaration
Time? Until { get; set; }
Property Value
Type |
Description |
System.Nullable<Time> |
|
Extension Methods