EssentialsTime.op_Addition method

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

op_Addition(EssentialsTime, TimeSpan)

Static

Adds date and timespan.

public static EssentialsTime op_Addition(EssentialsTime date, TimeSpan timespan)

Parameters

The date.

timespan TimeSpan

The time that should be added to date.

Returns

The result as a new instance of EssentialsTime.