Last change
on this file since 5457 was
5457,
checked in by ascheibe, 14 years ago
|
#1233
- Added HiveCalendar Plugin Project
- Started working on Administration UI Sketch
|
File size:
289 bytes
|
Rev | Line | |
---|
[5457] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Text;
|
---|
| 4 |
|
---|
| 5 | namespace HeuristicLab.Calendar
|
---|
| 6 | {
|
---|
| 7 | public enum AppointmentSlotDuration
|
---|
| 8 | {
|
---|
| 9 | SixtyMinutes = 1,
|
---|
| 10 | ThirtyMinutes = 2,
|
---|
| 11 | TwentyMinutes = 3,
|
---|
| 12 | FifteenMinutes = 4,
|
---|
| 13 | TenMinutes = 6,
|
---|
| 14 | FiveMinutes = 12,
|
---|
| 15 | }
|
---|
| 16 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.