| 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
)
Public Sub New (
value As DateTime,
timeZoneId As String
)
public:
RecurrenceId(
DateTime value,
String^ timeZoneId
)
new :
value : DateTime *
timeZoneId : string -> RecurrenceId
Parameters
- value
- Type: SystemDateTime
Time when recurrence instance would occur. - timeZoneId
- Type: SystemString
Time zone. (TZID).
See Also