The TimeRange type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Clone |
Implements ICloneable
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Equals(TimeRange) |
Checks if the time range are equal
| |
| GetEndTime |
Returns the specific ending DateTime depending on the settings of the TimeRange | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPropertyName``1 | (Inherited from BindableObject.) | |
| GetStartEndDateTime | Obsolete.
Caclulates start time and end time of given TimeRange instance.
| |
| GetStartTime |
Returns the specific starting DateTime depending on the settings of the TimeRange | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasErrorsOverride | (Inherited from ValidatingObject.) | |
| OnErrorsChanged | (Inherited from ValidatingObject.) | |
| OnPropertyChanged(String) | (Inherited from ValidatingObject.) | |
| OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| OnPropertyValidated | (Inherited from ValidatingObject.) | |
| SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryInsertWorkShift |
Inserts a new WorkShift in the Shifts Defintion
|
Properties
| Name | Description | |
|---|---|---|
| HasValidationErrors | (Inherited from ValidatingObject.) | |
| LastDays |
Gets or sets int value for the last Days when in the LastDHM mode.
| |
| LastHours |
Gets or sets int value for the last Hours when in the LastDHM mode.
| |
| LastMins |
Gets or sets int value for the last Minutes when in the LastDHM mode.
| |
| RangeType |
Sets or gets a type of this TimeRange
| |
| ShiftDef | ||
| TimestampOne | ||
| TimestampTwo |
Gets or sets a DateTime value that is a higher boundary for the interval in
the DateRange mode.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from BindableObject.) | |
| PropertyValidated | (Inherited from ValidatingObject.) |