Hide

YetaWF Documentation

Display
Print

TimeOfDay Component

TimeOfDay (Display)

Displays a time of day (between 00:00:00 hours and 23:59:59). If the model is null, nothing is rendered.

Model Type: YetaWF.Core.Components.TimeOfDay

[Caption("Due Time, Morning Tasks"), Description("")]
[UIHint("TimeOfDay"), Required]
public TimeOfDay MorningTaskDueTime { get; set; }

TimeOfDay (Edit)

Allows entry of a time of day (between 00:00:00 hours and 23:59:59).

Model Type: YetaWF.Core.Components.TimeOfDay

[Caption("Due Time, Morning Tasks"), Description("")]
[UIHint("TimeOfDay"), Required]
public TimeOfDay MorningTaskDueTime { get; set; }