Table of Contents

Interface IHasHour

Namespace
Garyon.Objects
Assembly
Garyon.dll

Represents a time object that has an hour component.

public interface IHasHour : ITimeObject
Extension Methods

Properties

Hour

Gets or sets the hour component of the time object.

int Hour { get; set; }

Property Value

int