EssentialsTime.op_GreaterThan method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

op_GreaterThan(EssentialsTime, EssentialsTime)

Static

Gets whether d1 is greater than d2.

public static bool op_GreaterThan(EssentialsTime d1, EssentialsTime d2)

Parameters

The first instance of EssentialsTime.

The second instance of EssentialsTime.

Returns

true if d1 is greater than d2, otherwise false.