Method | Description | |
---|---|---|
FindDayInTheSameWeek ( this subject, DayOfWeek dayOfWeek ) : System.DateTime | ||
IsBetween ( this subject, System.DateTime first, System.DateTime second ) : bool | ||
IsInTheFuture ( this subject ) : bool | ||
IsInThePast ( this subject ) : bool | ||
ToRelativeTimeString ( this subject ) : string |
public static FindDayInTheSameWeek ( this subject, DayOfWeek dayOfWeek ) : System.DateTime | ||
subject | this | |
dayOfWeek | DayOfWeek | |
return | System.DateTime |
public static IsBetween ( this subject, System.DateTime first, System.DateTime second ) : bool | ||
subject | this | |
first | System.DateTime | |
second | System.DateTime | |
return | bool |
public static IsInTheFuture ( this subject ) : bool | ||
subject | this | |
return | bool |
public static IsInThePast ( this subject ) : bool | ||
subject | this | |
return | bool |
public static ToRelativeTimeString ( this subject ) : string | ||
subject | this | |
return | string |