Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.TimeOfDay Class

An instance of this class represents a time of day, between 00:00:00 hours and 23:59:59.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Inheritance

Syntax

[TypeConverter(typeof(YetaWF.Core.Components.TimeOfDayConv))]
public class TimeOfDay;

Constructors

PublicTimeOfDayConstructor.

Properties

PublicHasTimeOfDay(not specified)
PublicHoursThe number of hours in the defined time of day.
PublicMinutesThe number of minutes in the defined time of day.
PublicSecondsThe number of seconds in the defined time of day.
PublicTODThe defined time of day (User Local).

Fields

PublicStaticBaseDate(not specified)

Methods

PublicAsDateTimeReturns the defined time of day with today's date.
PublicEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

Operators

PublicStaticoperator >Compares two YetaWF.Core.Components.TimeOfDay instances whether the first instance is greater than the second instance.
PublicStaticoperator >=Compares two YetaWF.Core.Components.TimeOfDay instances whether the first instance is greater than or equal to the second instance.
PublicStaticoperator <Compares two YetaWF.Core.Components.TimeOfDay instances whether the first instance is less than the second instance.
PublicStaticoperator <=Compares two YetaWF.Core.Components.TimeOfDay instances whether the first instance is less than or equal to the second instance.

See Also YetaWF.Core Overview