Метод | Описание | |
---|---|---|
AddBusinessDays1 ( System.DateTime startDate, int noOfBusinessDays ) : System.DateTime | ||
AddBusinessDays2 ( System.DateTime startDate, int noOfBusinessDays ) : System.DateTime | ||
AddBusinessDays3 ( System.DateTime startDate, int noOfBusinessDays ) : System.DateTime | ||
CalcWorkingPeriod ( System.DateTime start, System.DateTime end, ITimePeriodCollection excludePeriods = null ) : System.TimeSpan | ||
CalculateBusinessHours ( |
||
CountMonthDays ( System.DateTime start, System.DateTime end ) : int>.Dictionary |
||
CountWorkingDays ( System.DateTime start, System.DateTime end, IList |
||
GetDayOfLastQuarterMonth ( DayOfWeek dayOfWeek, int count ) : DateTime? | ||
GetTimeSpanDescription ( System.DateTime moment, System.TimeSpan timeSpan, int precision = int.MaxValue ) : string | ||
GetTimeSpanDescription ( System.TimeSpan timeSpan, int precision = int.MaxValue ) : string | ||
IsWeekRecuringDay ( System.DateTime start, System.DateTime test, int recuringInterval ) : bool | ||
NetworkDays ( System.DateTime start, System.DateTime end, IEnumerable |
||
PrintAge ( System.DateTime birthDate, System.DateTime moment ) : void | ||
ShowMonthNameInfo ( |
Метод | Описание | |
---|---|---|
AddBusinessDaysSample ( ) : void | ||
AddBusinessDaysSample2 ( ) : void | ||
AddWeekDaySample ( ) : void | ||
BusinessHoursSample1 ( ) : void | ||
BusinessHoursSample2 ( ) : void | ||
CalcInvolvedWeekCount ( System.DateTime date1, System.DateTime date2, DayOfWeek firstDayOfWeek ) : int | ||
CalcTargetMoment ( ICollection |
||
CalcTargetMoment2 ( ICollection |
||
CalcWeekCount ( System.DateTime startDateTime, System.DateTime endDateTime ) : int | ||
CalculateAgeSamples ( ) : void | ||
CalculateBusinessHours ( ITimePeriod timePeriod ) : double | ||
CalculateBusinessHoursSample ( ) : void | ||
CalendarDateDiffDayHourSample ( ) : void | ||
CalendarDateDiffHourSample ( ) : void | ||
CalendarWeekSample ( ) : void | ||
CheckDateBetweenDatesSample ( ) : void | ||
CheckDayOfLastQuarterMonth ( ) : void | ||
CombinedPeriodsSample ( ) : void | ||
CommonIntersectionSample ( ) : void | ||
CountDaysByMonthSample ( ) : void | ||
CountWorkingDaysSample ( ) : void | ||
CustomWeekSample ( ) : void | ||
DateTimeOffsetSample ( ) : void | ||
DateTimeSetSample ( ) : void | ||
DaysOfWeekSample ( ) : void | ||
DurationDescriptionSample ( ) : void | ||
FindRemainigYearFridaysSample ( ) : void | ||
FiscalYearWeekCountSample ( ) : void | ||
GetCommonIntersection ( ITimePeriodCollection periods ) : ITimePeriod | ||
GetDayOfCurrentWeek ( DayOfWeek dayOfWeek ) : System.DateTime | ||
GetDayOfCurrentWeek ( ) : void | ||
InvolvedWeekCount ( ) : void | ||
IsLastDayOfMonth ( System.DateTime test ) : bool | ||
IsLastWorkingDayOfMonth ( System.DateTime test ) : bool | ||
LastDayInMonthSample ( ) : void | ||
LastDayOfMonth ( int year, int month ) : System.DateTime | ||
MonthNameSample ( ) : void | ||
NetworkDaysSample ( ) : void | ||
QuarterSample ( ) : void | ||
TimeFormatterSample ( ) : void | ||
TimeGapPrecisionSample ( ) : void | ||
TimeLineMomentSample ( ) : void | ||
TimeLinePeriodsSample ( ) : void | ||
TimePeriodSubtractorSample ( ) : void | ||
UserFriendlyTimeSpanSample ( ) : void | ||
WeekCountSample ( ) : void | ||
WeekCultureSample ( ) : void | ||
WeekDaysSample ( ) : void | ||
WeekRepeatSample ( ) : void | ||
WeekStartEndSample ( ) : void | ||
WorkingHourSum ( ) : void | ||
WorkingPeriodSample ( ) : void | ||
YearDiff ( System.DateTime date1, System.DateTime date2 ) : int | ||
YearDiff ( System.DateTime date1, System.DateTime date2, |
public AddBusinessDays1 ( System.DateTime startDate, int noOfBusinessDays ) : System.DateTime | ||
startDate | System.DateTime | |
noOfBusinessDays | int | |
Результат | System.DateTime |
public AddBusinessDays2 ( System.DateTime startDate, int noOfBusinessDays ) : System.DateTime | ||
startDate | System.DateTime | |
noOfBusinessDays | int | |
Результат | System.DateTime |
public AddBusinessDays3 ( System.DateTime startDate, int noOfBusinessDays ) : System.DateTime | ||
startDate | System.DateTime | |
noOfBusinessDays | int | |
Результат | System.DateTime |
public CalcWorkingPeriod ( System.DateTime start, System.DateTime end, ITimePeriodCollection excludePeriods = null ) : System.TimeSpan | ||
start | System.DateTime | |
end | System.DateTime | |
excludePeriods | ITimePeriodCollection | |
Результат | System.TimeSpan |
public CalculateBusinessHours ( |
||
testPeriod | ||
holidays | ITimePeriodCollection | |
Результат | double |
public CountMonthDays ( System.DateTime start, System.DateTime end ) : int>.Dictionary |
||
start | System.DateTime | |
end | System.DateTime | |
Результат | int>.Dictionary |
public CountWorkingDays ( System.DateTime start, System.DateTime end, IList |
||
start | System.DateTime | |
end | System.DateTime | |
workingDays | IList |
|
Результат | int |
public GetDayOfLastQuarterMonth ( DayOfWeek dayOfWeek, int count ) : DateTime? | ||
dayOfWeek | DayOfWeek | |
count | int | |
Результат | DateTime? |
public GetTimeSpanDescription ( System.DateTime moment, System.TimeSpan timeSpan, int precision = int.MaxValue ) : string | ||
moment | System.DateTime | |
timeSpan | System.TimeSpan | |
precision | int | |
Результат | string |
public GetTimeSpanDescription ( System.TimeSpan timeSpan, int precision = int.MaxValue ) : string | ||
timeSpan | System.TimeSpan | |
precision | int | |
Результат | string |
public IsWeekRecuringDay ( System.DateTime start, System.DateTime test, int recuringInterval ) : bool | ||
start | System.DateTime | |
test | System.DateTime | |
recuringInterval | int | |
Результат | bool |
public NetworkDays ( System.DateTime start, System.DateTime end, IEnumerable |
||
start | System.DateTime | |
end | System.DateTime | |
holidays | IEnumerable |
|
holidayPeriods | ITimePeriodCollection | |
Результат | double |
public PrintAge ( System.DateTime birthDate, System.DateTime moment ) : void | ||
birthDate | System.DateTime | |
moment | System.DateTime | |
Результат | void |
public ShowMonthNameInfo ( |
||
info | ||
month | int | |
Результат | void |