[]
Specifies a work week for a given period.
[TypeConverter(typeof(WorkWeekConverter))]
public class WorkWeek : BaseWorkWeek, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
WorkWeek() | Initializes a new instance of a WorkWeek. |
Name | Description |
---|---|
FinishDate | Gets or sets the finish date of a work week. |
Name | Gets or sets the name of a work week. |
StartDate | Gets or sets the start date of a work week. |