TimeExtensions..::..AddTime Method

Adds the time.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static DateTime AddTime(
	DateTime dateTime,
	Time timeToAdd
)

Parameters

dateTime
Type: DateTime
The date time.
timeToAdd
Type: Core..::..Time
The time to add.

Return Value

DateTime.