RulePredicateDateRangeType.StartDateTime Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StartDateTime As DateTime
Get
Set
'Usage
Dim instance As RulePredicateDateRangeType
Dim value As DateTime
value = instance.StartDateTime
instance.StartDateTime = value
public DateTime StartDateTime { get; set; }
Property Value
Type: System.DateTime