EssentialsDateTime.op_LessThan method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
op_LessThan(EssentialsDateTime, EssentialsDateTime)
Static
Gets whether d1
is less than d2
.
public static bool op_LessThan(EssentialsDateTime d1, EssentialsDateTime d2)
Returns
true
if d1
is less than d2
, otherwise
false
.