Interface IDateRange
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public interface IDateRange
Properties
MaxDate
Declaration
DateTime MaxDate { get; }
Property Value
System.DateTime
|
MinDate
Declaration
DateTime MinDate { get; }
Property Value
System.DateTime
|