메소드 | 설명 | |
---|---|---|
Add ( this date, |
||
DateSpanTo ( this min, System.DateTime max ) : |
||
GetPrecision ( this dateTime ) : DateTimePrecision | ||
JavascriptMilliseconds ( this dateTime ) : long | ||
Max ( this a, System.DateTime b ) : System.DateTime | ||
Max ( this a, System.DateTime b ) : DateTime? | ||
Min ( this a, System.DateTime b ) : System.DateTime | ||
Min ( this a, System.DateTime b ) : DateTime? | ||
MonthStart ( this dateTime ) : System.DateTime | ||
MonthsTo ( this start, System.DateTime end ) : int | ||
SmartDatePattern ( this date ) : string | ||
SmartDatePattern ( this date, System.DateTime currentdate ) : string | ||
SmartShortDatePattern ( this date ) : string | ||
SmartShortDatePattern ( this date, System.DateTime currentdate ) : string | ||
ToAgoString ( this dateTime ) : string | ||
ToAgoString ( this dateTime, System.DateTime now ) : string | ||
ToMonthName ( this dateTime ) : string | ||
ToShortMonthName ( this dateTime ) : string | ||
TotalMonths ( this start, System.DateTime end ) : double | ||
TrimTo ( this dateTime, DateTimePrecision precision ) : System.DateTime | ||
TrimToHours ( this dateTime ) : System.DateTime | ||
TrimToMinutes ( this dateTime ) : System.DateTime | ||
TrimToSeconds ( this dateTime ) : System.DateTime | ||
WeekNumber ( this dateTime ) : int | ||
YearsTo ( this start, System.DateTime end ) : int |
메소드 | 설명 | |
---|---|---|
AssertDateOnly ( System.DateTime date ) : void | ||
IsInDateInterval ( this date, System.DateTime minDate, System.DateTime maxDate ) : bool | ||
IsInInterval ( this date, System.DateTime minDate, System.DateTime maxDate ) : bool | ||
NumberOfDaysAfterOneMonth ( System.DateTime monthStart ) : double |
public static Add ( this date, |
||
date | this | |
dateSpan | ||
리턴 | System.DateTime |
public static DateSpanTo ( this min, System.DateTime max ) : |
||
min | this | |
max | System.DateTime | |
리턴 |
public static GetPrecision ( this dateTime ) : DateTimePrecision | ||
dateTime | this | |
리턴 | DateTimePrecision |
public static JavascriptMilliseconds ( this dateTime ) : long | ||
dateTime | this | |
리턴 | long |
public static Max ( this a, System.DateTime b ) : System.DateTime | ||
a | this | |
b | System.DateTime | |
리턴 | System.DateTime |
public static Max ( this a, System.DateTime b ) : DateTime? | ||
a | this | |
b | System.DateTime | |
리턴 | DateTime? |
public static Min ( this a, System.DateTime b ) : System.DateTime | ||
a | this | |
b | System.DateTime | |
리턴 | System.DateTime |
public static Min ( this a, System.DateTime b ) : DateTime? | ||
a | this | |
b | System.DateTime | |
리턴 | DateTime? |
public static MonthStart ( this dateTime ) : System.DateTime | ||
dateTime | this | |
리턴 | System.DateTime |
public static MonthsTo ( this start, System.DateTime end ) : int | ||
start | this | |
end | System.DateTime | |
리턴 | int |
public static SmartDatePattern ( this date ) : string | ||
date | this | |
리턴 | string |
public static SmartDatePattern ( this date, System.DateTime currentdate ) : string | ||
date | this | |
currentdate | System.DateTime | |
리턴 | string |
public static SmartShortDatePattern ( this date ) : string | ||
date | this | |
리턴 | string |
public static SmartShortDatePattern ( this date, System.DateTime currentdate ) : string | ||
date | this | |
currentdate | System.DateTime | |
리턴 | string |
public static ToAgoString ( this dateTime ) : string | ||
dateTime | this | |
리턴 | string |
public static ToAgoString ( this dateTime, System.DateTime now ) : string | ||
dateTime | this | |
now | System.DateTime | |
리턴 | string |
public static ToMonthName ( this dateTime ) : string | ||
dateTime | this | |
리턴 | string |
public static ToShortMonthName ( this dateTime ) : string | ||
dateTime | this | |
리턴 | string |
public static TotalMonths ( this start, System.DateTime end ) : double | ||
start | this | |
end | System.DateTime | |
리턴 | double |
public static TrimTo ( this dateTime, DateTimePrecision precision ) : System.DateTime | ||
dateTime | this | |
precision | DateTimePrecision | Using Milliseconds does nothing, using Days use DateTime.Date |
리턴 | System.DateTime |
public static TrimToHours ( this dateTime ) : System.DateTime | ||
dateTime | this | |
리턴 | System.DateTime |
public static TrimToMinutes ( this dateTime ) : System.DateTime | ||
dateTime | this | |
리턴 | System.DateTime |
public static TrimToSeconds ( this dateTime ) : System.DateTime | ||
dateTime | this | |
리턴 | System.DateTime |
public static YearsTo ( this start, System.DateTime end ) : int | ||
start | this | |
end | System.DateTime | |
리턴 | int |