 | RecurrenceId Constructor (DateTime, String) |
Creates new RecurrenceId instance.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntaxpublic 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: System.DateTime
Time when recurrence instance would occur. - timeZoneId
- Type: System.String
Time zone. (TZID).
See Also