Class TimeListProvider
MDO provider for the hard-coded list of time alternatives in the appointment dialog and in edit/preferences
The type field contains seconds past midnight for the items' hour/minute value; extrainfo contains hh:mm
(always 2 + 2 digits and colon, regardless of culture); and name/tooltip contain a time value encoded
with CultureDataFormatter.EncodeTime(DateTime).
Inheritance
TimeListProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("Time")]
public class TimeListProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
TimeListProvider()
MDO provider for the hard-coded list of time alternatives in the appointment dialog and in edit/preferences
The type field contains seconds past midnight for the items' hour/minute value; extrainfo contains hh:mm
(always 2 + 2 digits and colon, regardless of culture); and name/tooltip contain a time value encoded
with CultureDataFormatter.EncodeTime(DateTime).
Declaration
public TimeListProvider()
Fields
ProviderName
MDO provider for the hard-coded list of time alternatives in the appointment dialog and in edit/preferences
The type field contains seconds past midnight for the items' hour/minute value; extrainfo contains hh:mm
(always 2 + 2 digits and colon, regardless of culture); and name/tooltip contain a time value encoded
with CultureDataFormatter.EncodeTime(DateTime).
Declaration
public const string ProviderName = "Time"
Field Value
Methods
AddItems()
MDO provider for the hard-coded list of time alternatives in the appointment dialog and in edit/preferences
The type field contains seconds past midnight for the items' hour/minute value; extrainfo contains hh:mm
(always 2 + 2 digits and colon, regardless of culture); and name/tooltip contain a time value encoded
with CultureDataFormatter.EncodeTime(DateTime).
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)