AppointmentsSearchEventArgs.EndTimeInclusive Property

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property EndTimeInclusive As DateTime
public DateTime EndTimeInclusive { get; internal set; }
public:
property DateTime EndTimeInclusive {
    DateTime get ();
    internal: void set (DateTime value);
}
member EndTimeInclusive : DateTime with get, internal set

Property Value

Type: System.DateTime

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

AppointmentsSearchEventArgs Class

Microsoft.Phone.UserData Namespace