Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.TimeOfDay Constructor

Constructor.

Class: YetaWF.Core.Components.TimeOfDay
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public TimeOfDay();
public TimeOfDay( DateTime dt );
public TimeOfDay(
    int hours,
    int minutes,
    int seconds );

Parameters

dt

A date and time. The time portion is used as time of day. The date portion is not used.

hours

Defines the number of hours in the time of day.

minutes

Defines the number of minutes in the time of day.

seconds

Defines the number of seconds in the time of day.

See Also YetaWF.Core.Components.TimeOfDay ClassYetaWF.Core Overview