Interface ITimeGetter
Interface for objects that provide time information.
public interface ITimeGetter
- Extension Methods
Properties
Time
Gets or sets the time value in seconds.
TimeSpan Time { get; set; }
Interface for objects that provide time information.
public interface ITimeGetter
Gets or sets the time value in seconds.
TimeSpan Time { get; set; }