프로퍼티 | 타입 | 설명 | |
---|---|---|---|
dayText | String[] |
메소드 | 설명 | |
---|---|---|
AddDaysSafe ( this date, double value ) : System.DateTime | ||
DayText ( int day ) : String | ||
FirstOfMonth ( this d ) : System.DateTime | ||
GetDifferenceInFullMonths ( this firstDate, System.DateTime secondDate ) : int | ||
GetDifferenceInFullYearsWith ( this firstDate, System.DateTime secondDate ) : int | ||
IsFirstOfMonth ( System.DateTime d ) : bool | ||
IsLastOfMonth ( System.DateTime d ) : bool | ||
LastOfMonth ( this d ) : System.DateTime | ||
Max ( this a, System.DateTime b ) : System.DateTime | ||
Min ( this a, System.DateTime b ) : System.DateTime | ||
Minutes ( this d ) : int |
Minutes écoulées depuis minuit pour cette date : entre 0 et 1440
|
|
Next ( this d, DayOfWeek day ) : System.DateTime | ||
NextOrCurrent ( this d, DayOfWeek day ) : System.DateTime | ||
Previous ( this d, DayOfWeek day ) : System.DateTime | ||
PreviousOrCurrent ( this d, DayOfWeek day ) : System.DateTime | ||
ToFrenchLongText ( this d ) : String | ||
ToFrenchLongTextHeure ( this d ) : String | ||
ToHttpDate ( this d ) : string | ||
ToISO ( this d ) : String | ||
ToISOz ( this d ) : String |
Prend en charge le TimeZone envoyé par le client embed dans la date/time exprimée en UTC
|
|
ToJQuery ( this d ) : String | ||
ToJSONDate ( this d ) : String | ||
ToJSONDateTime ( this d ) : String | ||
ToMidnightTimeIfEmpty ( this date ) : System.DateTime |
Permet d'affecter un time à 23:59:59.999 à une date qui n'a pas de time
|
|
ToShortDate ( this d ) : String |
new DateTime(2008, 8, 29, 19, 27, 15) ==> août 2008
|
|
ToShortDateTimeString ( this d ) : String | ||
ToShortFrenchTimeString ( this d ) : String | ||
ToShortISO ( this d ) : String | ||
ToShortUpperDay ( this d ) : String | ||
ToShortUpperMonth ( this d ) : String | ||
toShortUserFormat ( this date, int format ) : String | ||
weekNumber ( this d ) : int |
메소드 | 설명 | |
---|---|---|
LookFor ( System.DateTime start, DayOfWeek day, int step ) : System.DateTime | ||
ToJSON ( this d ) : String |
public static AddDaysSafe ( this date, double value ) : System.DateTime | ||
date | this | |
value | double | |
리턴 | System.DateTime |
public static FirstOfMonth ( this d ) : System.DateTime | ||
d | this | |
리턴 | System.DateTime |
public static GetDifferenceInFullMonths ( this firstDate, System.DateTime secondDate ) : int | ||
firstDate | this | |
secondDate | System.DateTime | |
리턴 | int |
public static GetDifferenceInFullYearsWith ( this firstDate, System.DateTime secondDate ) : int | ||
firstDate | this | |
secondDate | System.DateTime | |
리턴 | int |
public static IsFirstOfMonth ( System.DateTime d ) : bool | ||
d | System.DateTime | |
리턴 | bool |
public static IsLastOfMonth ( System.DateTime d ) : bool | ||
d | System.DateTime | |
리턴 | bool |
public static LastOfMonth ( this d ) : System.DateTime | ||
d | this | |
리턴 | System.DateTime |
public static Max ( this a, System.DateTime b ) : System.DateTime | ||
a | this | |
b | System.DateTime | |
리턴 | System.DateTime |
public static Min ( this a, System.DateTime b ) : System.DateTime | ||
a | this | |
b | System.DateTime | |
리턴 | System.DateTime |
public static Next ( this d, DayOfWeek day ) : System.DateTime | ||
d | this | |
day | DayOfWeek | |
리턴 | System.DateTime |
public static NextOrCurrent ( this d, DayOfWeek day ) : System.DateTime | ||
d | this | |
day | DayOfWeek | |
리턴 | System.DateTime |
public static Previous ( this d, DayOfWeek day ) : System.DateTime | ||
d | this | |
day | DayOfWeek | |
리턴 | System.DateTime |
public static PreviousOrCurrent ( this d, DayOfWeek day ) : System.DateTime | ||
d | this | |
day | DayOfWeek | |
리턴 | System.DateTime |
public static ToFrenchLongTextHeure ( this d ) : String | ||
d | this | |
리턴 | String |
public static ToMidnightTimeIfEmpty ( this date ) : System.DateTime | ||
date | this | |
리턴 | System.DateTime |
public static ToShortDateTimeString ( this d ) : String | ||
d | this | |
리턴 | String |
public static ToShortFrenchTimeString ( this d ) : String | ||
d | this | |
리턴 | String |
public static toShortUserFormat ( this date, int format ) : String | ||
date | this | |
format | int | |
리턴 | String |