TimeSpanBuilder(String, String, Func<Int32, TimeSpan>) Constructor
OBSOLETE
This Constructor is obsolete now.
Initializes a new instance of the TimeSpanBuilder class with specified settings.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
[Obsolete]
public TimeSpanBuilder(
string singularDisplayName,
string pluralDisplayName,
Func<int, TimeSpan> buildHandler
)
Parameters
Name | Type |
---|---|
singularDisplayName | String |
pluralDisplayName | String |
buildHandler | Func<Int32, TimeSpan> |
See Also