Table of Contents

Interface IHasMinute

Namespace
Garyon.Objects
Assembly
Garyon.dll

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

Property Value

int