EssentialsDateTime.op_Addition method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
op_Addition(EssentialsDateTime, TimeSpan)
Static
Adds date
and timespan
.
public static EssentialsDateTime op_Addition(EssentialsDateTime date, TimeSpan timespan)
Parameters
date
EssentialsDateTime
The date.
timespan
TimeSpan
The time that should be added to date
.
Returns
The result as a new instance of EssentialsDateTime.