Method | Description | |
---|---|---|
IsSameDay ( this first, System.DateTime second ) : bool |
Gets whether
|
|
IsToday ( this date ) : bool |
Gets whether the specified
|
|
IsTomorrow ( this date ) : bool |
Gets whether the specified
|
public static IsSameDay ( this first, System.DateTime second ) : bool | ||
first | this | The first date. |
second | System.DateTime | The second date. |
return | bool |
public static IsToday ( this date ) : bool | ||
date | this | The date date. |
return | bool |
public static IsTomorrow ( this date ) : bool | ||
date | this | The date date. |
return | bool |