IRecurrenceStartDate Property |
StartDate - the start date for the first appointment in the recurring rule.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime StartDate { get; set; }
Property StartDate As DateTime
Get
Set
Dim instance As IRecurrence
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also