NDailySchedule Class Members
In This Topic
The following tables list the members exposed by NDailySchedule.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | EmptyTicks | Returns the number of empty ticks in this schedule |
 | NonEmptyTicks | Returns the number of non empty ticks in this schedule |
Top
Protected Properties
| Name | Description |
 | QAvh | |
Top
Public Methods
| Name | Description |
 | AddTicks | Adds the specified number of ticks to the tick |
 | BackwardSnapTick | Snaps the tick to the last non empty tick if tick is not contained in a nonempty range. Returns zero if no non-empty ranges exist before tick. |
 | ForwardSnapTick | Snaps the tick to the next non empty range if tick is not contained in a non-empty range |
 | GetEmptyTicksBefore | Gets the empty ticks before range |
 | GetTotalTicksFromNonEmptyTicks | Gets the total ticks that elapsed from day unil non empty "tick" is reached |
 | IsEmptyAt | Returns true if the schedule is empty at the specified tick |
 | SetHourRange | Marks the specified hour range as empty or full |
 | SetTickRange | Marks the specified tick range as empty or full |
Top
See Also