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