Interface IHasHour
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; }
Represents a time object that has an hour component.
public interface IHasHour : ITimeObject
Gets or sets the hour component of the time object.
int Hour { get; set; }