Table of Contents

Interface IHasSecond

Namespace
Garyon.Objects
Assembly
Garyon.dll

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; }

Property Value

int