Method | Description | |
---|---|---|
FirstDayOfYear ( ) : System.DateTime |
Gets the first day of the current year.
|
|
FirstDayOfYear ( System.DateTime y ) : System.DateTime |
Finds the first day of year of the specified day.
|
|
GetTomorrow ( ) : System.DateTime |
Gets the next day, tomorrow.
|
|
GetYesterday ( ) : System.DateTime |
Gets the previous day to the current day.
|
|
LastDayOfYear ( ) : System.DateTime |
Finds the last day of the year for today.
|
|
LastDayOfYear ( System.DateTime d ) : System.DateTime |
Finds the last day of the year for the selected day's year.
|
public static FirstDayOfYear ( ) : System.DateTime | ||
return | System.DateTime |
public static FirstDayOfYear ( System.DateTime y ) : System.DateTime | ||
y | System.DateTime | |
return | System.DateTime |
public static GetTomorrow ( ) : System.DateTime | ||
return | System.DateTime |
public static GetYesterday ( ) : System.DateTime | ||
return | System.DateTime |
public static LastDayOfYear ( ) : System.DateTime | ||
return | System.DateTime |
public static LastDayOfYear ( System.DateTime d ) : System.DateTime | ||
d | System.DateTime | |
return | System.DateTime |