DateTimeRange.Today Property
In This Article
Returns an date-time range that specifies today.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public static DateTimeRange Today { get; }
#Property Value
Type | Description |
---|---|
Date |
The range that specifies today. |
See Also