Method | Description | |
---|---|---|
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 | |
return | int |
public static IsSameDay ( this a, System.DateTime b ) : bool | ||
a | this | |
b | System.DateTime | |
return | bool |
public static ToDateTime ( this l ) : System.DateTime | ||
l | this | |
return | System.DateTime |
public static ToMillisecondsTimestamp ( this d ) : long | ||
d | this | |
return | long |
public static ToUnixTimestamp ( this d ) : long | ||
d | this | |
return | long |