EssentialsDate.op_GreaterThan method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
op_GreaterThan(EssentialsDate, EssentialsDate)
Static
Gets whether d1
is greater than d2
.
public static bool op_GreaterThan(EssentialsDate d1, EssentialsDate d2)
Returns
true
if d1
is greater than d2
,
otherwise false
.
op_GreaterThan(EssentialsDate, DateTime)
Static
Gets whether d1
is greater than d2
.
public static bool op_GreaterThan(EssentialsDate d1, DateTime d2)
Parameters
The first instance of EssentialsDate.
Returns
true
if d1
is greater than d2
,
otherwise false
.
op_GreaterThan(EssentialsDate, DateTimeOffset)
Static
Gets whether d1
is greater than d2
.
public static bool op_GreaterThan(EssentialsDate d1, DateTimeOffset d2)
Returns
true
if d1
is greater than d2
,
otherwise false
.
op_GreaterThan(EssentialsDate, EssentialsTime)
Static
Gets whether d1
is greater than d2
.
public static bool op_GreaterThan(EssentialsDate d1, EssentialsTime d2)
Returns
true
if d1
is greater than d2
,
otherwise false
.