EssentialsDate.op_LessThan method

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

op_LessThan(EssentialsDate, EssentialsDate)

Static

Gets whether d1 is less than d2.

public static bool op_LessThan(EssentialsDate d1, EssentialsDate d2)

Parameters

The first instance of EssentialsDate.

The second instance of EssentialsDate.

Returns

true if d1 is less than d2, otherwise false.

op_LessThan(EssentialsDate, DateTime)

Static

Gets whether d1 is less than d2.

public static bool op_LessThan(EssentialsDate d1, DateTime d2)

Parameters

The first instance of EssentialsDate.

The second instance of DateTime .

Returns

true if d1 is less than d2, otherwise false.

op_LessThan(EssentialsDate, DateTimeOffset)

Static

Gets whether d1 is less than d2.

public static bool op_LessThan(EssentialsDate d1, DateTimeOffset d2)

Parameters

The first instance of EssentialsDate.

The second instance of DateTimeOffset .

Returns

true if d1 is less than d2, otherwise false.

op_LessThan(EssentialsDate, EssentialsTime)

Static

Gets whether d1 is less than d2.

public static bool op_LessThan(EssentialsDate d1, EssentialsTime d2)

Parameters

The first instance of EssentialsDate.

The second instance of EssentialsTime.

Returns

true if d1 is less than d2, otherwise false.