Метод | Описание | |
---|---|---|
CompareByDays ( this a, System.DateTime b ) : int | ||
IsSameDay ( this a, System.DateTime b ) : bool | ||
ToDateTime ( this l ) : System.DateTime | ||
ToMillisecondsTimestamp ( this d ) : long | ||
ToUnixTimestamp ( this d ) : long |
public static CompareByDays ( this a, System.DateTime b ) : int | ||
a | this | |
b | System.DateTime | |
Результат | int |
public static IsSameDay ( this a, System.DateTime b ) : bool | ||
a | this | |
b | System.DateTime | |
Результат | bool |
public static ToDateTime ( this l ) : System.DateTime | ||
l | this | |
Результат | System.DateTime |
public static ToMillisecondsTimestamp ( this d ) : long | ||
d | this | |
Результат | long |
public static ToUnixTimestamp ( this d ) : long | ||
d | this | |
Результат | long |