Table of Contents

Delegate DateTimeIntDateTimeHandler

Namespace
SunamoDelegates
Assembly
SunamoDelegates.dll

Represents a method that takes an integer value and a DateTime, and returns a DateTime.

public delegate DateTime DateTimeIntDateTimeHandler(int value, DateTime dateTime)

Parameters

value int

The integer value.

dateTime DateTime

The DateTime value.

Returns

DateTime

A DateTime result.

Extension Methods