Interface IHasMinute
Represents a time object that has a minute component.
public interface IHasMinute : ITimeObject
- Extension Methods
Properties
Minute
Gets or sets the minute component of the time object.
int Minute { get; set; }
Represents a time object that has a minute component.
public interface IHasMinute : ITimeObject
Gets or sets the minute component of the time object.
int Minute { get; set; }