Click or drag to resize

RecurrenceId Constructor (DateTime, String)

Creates new RecurrenceId instance.

Namespace:  Limilabs.Mail.Appointments
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public RecurrenceId(
	DateTime value,
	string timeZoneId
)

Parameters

value
Type: SystemDateTime
Time when recurrence instance would occur.
timeZoneId
Type: SystemString
Time zone. (TZID).
See Also