Noda Time
Addition Operator
NamespacesNodaTimeLocalDateAddition(LocalDate, LocalTime)

[This is preliminary documentation and is subject to change.]

Combines the given LocalDate and LocalTime components into a single LocalDateTime.
Declaration Syntax
C#Visual BasicVisual C++
public static LocalDateTime operator +(
	LocalDate date,
	LocalTime time
)
Public Shared Operator + ( _
	date As LocalDate, _
	time As LocalTime _
) As LocalDateTime
public:
static LocalDateTime operator +(
	LocalDate date, 
	LocalTime time
)
Parameters
date (LocalDate)
The date to add the time to
time (LocalTime)
The time to add
Return Value
The sum of the given date and time

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)