IDiscontinuousDateTimeCalendar Interface Members
The following tables list the members exposed by IDiscontinuousDateTimeCalendar.
Public Properties
Name | Description | |
---|---|---|
BusinessHours | Gets business hours | |
SkipDates | Gets or sets particular days to skip | |
SkipDaysInWeek | Gets or sets skipped days in a week | |
SkipDayTimeRange | Gets or sets skipped time ranges in a day |
Public Methods
Name | Description | |
---|---|---|
GetClosestBiggerDate | Gets the closest available bigger date | |
GetClosestSmallerDate | Gets the closest available smaller date | |
GetDiffBetweenValues | Calculates units between two values in ticks | |
GetValueByOffset | Gets value from start by offset | |
IsDayInGap | Checks if day is in a gap | |
IsValueInGap | Checks if DateTime is in a gap |
See Also