Method | Description | |
---|---|---|
AddBusinessDays ( this date, int days ) : System.DateTime |
Add business days on a DateTime
|
|
AddBusinessDays ( this date, int days, DayOfWeek businessDays ) : System.DateTime |
Add business days on a DateTime
|
|
EndOfBusinessMonth ( Month month, int year ) : System.DateTime |
Get end of month from year/month
|
|
EndOfBusinessMonth ( Month month, int year, DayOfWeek businessDays ) : System.DateTime |
Get end of month from year/month
|
|
EndOfBusinessMonth ( this date ) : System.DateTime |
Get end of business month
|
|
EndOfBusinessMonth ( this date, DayOfWeek businessDays ) : System.DateTime |
Get end of business month
|
|
EndOfBusinessWeek ( this date ) : System.DateTime |
Get end of business week
|
|
EndOfBusinessWeek ( this date, DayOfWeek lastBusinessDay ) : System.DateTime |
Get end of business week
|
|
EndOfBusinessYear ( int year ) : System.DateTime |
Get end of business year
|
|
EndOfBusinessYear ( int year, DayOfWeek businessDays ) : System.DateTime |
Get end of business year
|
|
EndOfBusinessYear ( this date ) : System.DateTime |
Get end of business year
|
|
EndOfBusinessYear ( this date, DayOfWeek businessDays ) : System.DateTime |
Get end of business year
|
|
EndOfDay ( this date ) : System.DateTime |
Get end of day
|
|
EndOfMonth ( Month month, int year ) : System.DateTime |
Get end of month from year/month
|
|
EndOfMonth ( this date ) : System.DateTime |
Get end of month
|
|
EndOfWeek ( this date ) : System.DateTime |
Get end of week
|
|
EndOfWeek ( this date, DayOfWeek lastDay ) : System.DateTime |
Get end of week
|
|
EndOfYear ( int year ) : System.DateTime |
Get end of year
|
|
EndOfYear ( this date ) : System.DateTime |
Get end of year
|
|
RemoveBusinessDays ( this date, int days ) : System.DateTime |
Remove business days on a DateTime
|
|
RemoveBusinessDays ( this date, int days, DayOfWeek businessDays ) : System.DateTime |
Remove business days on a DateTime
|
|
SetDate ( this date, int year, int month, int day ) : System.DateTime |
Set date of datetime
|
|
SetDay ( this date, int day ) : System.DateTime |
Set day of date
|
|
SetHour ( this date, int hour ) : System.DateTime |
Set hour of date
|
|
SetMillisecond ( this date, int millisecond ) : System.DateTime |
Set millisecond of date
|
|
SetMinute ( this date, int minute ) : System.DateTime |
Set minute of date
|
|
SetMonth ( this date, int month ) : System.DateTime |
Set month of date
|
|
SetSecond ( this date, int second ) : System.DateTime |
Set second of date
|
|
SetTime ( this date, int hour, int minute ) : System.DateTime |
Set time of date
|
|
SetTime ( this date, int hour, int minute, int second ) : System.DateTime |
Set time of date
|
|
SetTime ( this date, int hour, int minute, int second, int millisecond ) : System.DateTime |
Set time of date
|
|
SetYear ( this date, int year ) : System.DateTime |
Set year of date
|
|
StartOfBusinessMonth ( Month month, int year ) : System.DateTime |
Get start of month from year/month
|
|
StartOfBusinessMonth ( Month month, int year, DayOfWeek businessDays ) : System.DateTime |
Get start of month from year/month
|
|
StartOfBusinessMonth ( this date ) : System.DateTime |
Get start of business month
|
|
StartOfBusinessMonth ( this date, DayOfWeek businessDays ) : System.DateTime |
Get start of business month
|
|
StartOfBusinessWeek ( this date ) : System.DateTime |
Get start of business week
|
|
StartOfBusinessWeek ( this date, DayOfWeek firstBusinessDay ) : System.DateTime |
Get start of business week
|
|
StartOfBusinessYear ( int year ) : System.DateTime |
Get start of business year
|
|
StartOfBusinessYear ( int year, DayOfWeek businessDays ) : System.DateTime |
Get start of business year
|
|
StartOfBusinessYear ( this date ) : System.DateTime |
Get start of business year
|
|
StartOfBusinessYear ( this date, DayOfWeek businessDays ) : System.DateTime |
Get start of business year
|
|
StartOfDay ( this date ) : System.DateTime |
Get start of day
|
|
StartOfMonth ( Month month, int year ) : System.DateTime |
Get start of month from year/month
|
|
StartOfMonth ( this date ) : System.DateTime |
Get start of month
|
|
StartOfWeek ( this date ) : System.DateTime |
Get start of week
|
|
StartOfWeek ( this date, DayOfWeek firstDay ) : System.DateTime |
Get start of week
|
|
StartOfYear ( int year ) : System.DateTime |
Get start of year
|
|
StartOfYear ( this date ) : System.DateTime |
Get start of year
|
public static AddBusinessDays ( this date, int days ) : System.DateTime | ||
date | this | Date to add days |
days | int | Days to add |
return | System.DateTime |
public static AddBusinessDays ( this date, int days, DayOfWeek businessDays ) : System.DateTime | ||
date | this | Date to add days |
days | int | Days to add |
businessDays | DayOfWeek | Business days |
return | System.DateTime |
public static EndOfBusinessMonth ( Month month, int year ) : System.DateTime | ||
month | Month | month reference |
year | int | year reference |
return | System.DateTime |
public static EndOfBusinessMonth ( Month month, int year, DayOfWeek businessDays ) : System.DateTime | ||
month | Month | month reference |
year | int | year reference |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static EndOfBusinessMonth ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static EndOfBusinessMonth ( this date, DayOfWeek businessDays ) : System.DateTime | ||
date | this | base date |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static EndOfBusinessWeek ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static EndOfBusinessWeek ( this date, DayOfWeek lastBusinessDay ) : System.DateTime | ||
date | this | base date |
lastBusinessDay | DayOfWeek | last week business day |
return | System.DateTime |
public static EndOfBusinessYear ( int year ) : System.DateTime | ||
year | int | reference year |
return | System.DateTime |
public static EndOfBusinessYear ( int year, DayOfWeek businessDays ) : System.DateTime | ||
year | int | reference year |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static EndOfBusinessYear ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static EndOfBusinessYear ( this date, DayOfWeek businessDays ) : System.DateTime | ||
date | this | base date |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static EndOfDay ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static EndOfMonth ( Month month, int year ) : System.DateTime | ||
month | Month | month reference |
year | int | year reference |
return | System.DateTime |
public static EndOfMonth ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static EndOfWeek ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static EndOfWeek ( this date, DayOfWeek lastDay ) : System.DateTime | ||
date | this | base date |
lastDay | DayOfWeek | last week day |
return | System.DateTime |
public static EndOfYear ( int year ) : System.DateTime | ||
year | int | reference year |
return | System.DateTime |
public static EndOfYear ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static RemoveBusinessDays ( this date, int days ) : System.DateTime | ||
date | this | Date to remove days |
days | int | Days to remove |
return | System.DateTime |
public static RemoveBusinessDays ( this date, int days, DayOfWeek businessDays ) : System.DateTime | ||
date | this | Date to remove days |
days | int | Days to remove |
businessDays | DayOfWeek | Business days |
return | System.DateTime |
public static SetDate ( this date, int year, int month, int day ) : System.DateTime | ||
date | this | Date to set date |
year | int | Year to set |
month | int | Month to set |
day | int | Day to set |
return | System.DateTime |
public static SetDay ( this date, int day ) : System.DateTime | ||
date | this | Date to set date |
day | int | Day to set |
return | System.DateTime |
public static SetHour ( this date, int hour ) : System.DateTime | ||
date | this | Date to set time |
hour | int | Hours to set |
return | System.DateTime |
public static SetMillisecond ( this date, int millisecond ) : System.DateTime | ||
date | this | Date to set time |
millisecond | int | Millisecond to set |
return | System.DateTime |
public static SetMinute ( this date, int minute ) : System.DateTime | ||
date | this | Date to set time |
minute | int | Minute to set |
return | System.DateTime |
public static SetMonth ( this date, int month ) : System.DateTime | ||
date | this | Date to set date |
month | int | Month to set |
return | System.DateTime |
public static SetSecond ( this date, int second ) : System.DateTime | ||
date | this | Date to set time |
second | int | Second to set |
return | System.DateTime |
public static SetTime ( this date, int hour, int minute ) : System.DateTime | ||
date | this | Date to add time |
hour | int | Hours to add |
minute | int | Minutes to add |
return | System.DateTime |
public static SetTime ( this date, int hour, int minute, int second ) : System.DateTime | ||
date | this | Date to add time |
hour | int | Hours to add |
minute | int | Minutes to add |
second | int | Seconds to add |
return | System.DateTime |
public static SetTime ( this date, int hour, int minute, int second, int millisecond ) : System.DateTime | ||
date | this | Date to add time |
hour | int | Hours to add |
minute | int | Minutes to add |
second | int | Seconds to add |
millisecond | int | Milliseconds to add |
return | System.DateTime |
public static SetYear ( this date, int year ) : System.DateTime | ||
date | this | Date to set date |
year | int | Year to set |
return | System.DateTime |
public static StartOfBusinessMonth ( Month month, int year ) : System.DateTime | ||
month | Month | month reference |
year | int | year reference |
return | System.DateTime |
public static StartOfBusinessMonth ( Month month, int year, DayOfWeek businessDays ) : System.DateTime | ||
month | Month | month reference |
year | int | year reference |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static StartOfBusinessMonth ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static StartOfBusinessMonth ( this date, DayOfWeek businessDays ) : System.DateTime | ||
date | this | base date |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static StartOfBusinessWeek ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static StartOfBusinessWeek ( this date, DayOfWeek firstBusinessDay ) : System.DateTime | ||
date | this | base date |
firstBusinessDay | DayOfWeek | first week business day |
return | System.DateTime |
public static StartOfBusinessYear ( int year ) : System.DateTime | ||
year | int | year reference |
return | System.DateTime |
public static StartOfBusinessYear ( int year, DayOfWeek businessDays ) : System.DateTime | ||
year | int | year reference |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static StartOfBusinessYear ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static StartOfBusinessYear ( this date, DayOfWeek businessDays ) : System.DateTime | ||
date | this | base date |
businessDays | DayOfWeek | business days list |
return | System.DateTime |
public static StartOfDay ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static StartOfMonth ( Month month, int year ) : System.DateTime | ||
month | Month | month reference |
year | int | year reference |
return | System.DateTime |
public static StartOfMonth ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static StartOfWeek ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |
public static StartOfWeek ( this date, DayOfWeek firstDay ) : System.DateTime | ||
date | this | base date |
firstDay | DayOfWeek | first week day |
return | System.DateTime |
public static StartOfYear ( int year ) : System.DateTime | ||
year | int | year reference |
return | System.DateTime |
public static StartOfYear ( this date ) : System.DateTime | ||
date | this | base date |
return | System.DateTime |