Method Minutes
Minutes(Int32)
Returns a System.TimeSpan representing the specified number of minutes.
Declaration
public static TimeSpan Minutes(this int minutes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | minutes | The number of minutes in the time span. |
Returns
| Type | Description |
|---|---|
| System.TimeSpan | A System.TimeSpan. |
Minutes(Int64)
Returns a System.TimeSpan representing the specified number of minutes.
Declaration
public static TimeSpan Minutes(this long minutes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | minutes | The number of minutes in the time span. |
Returns
| Type | Description |
|---|---|
| System.TimeSpan | A System.TimeSpan. |
Minutes(Double)
Returns a System.TimeSpan representing the specified number of minutes.
Declaration
public static TimeSpan Minutes(this double minutes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | minutes | The number of minutes in the time span. |
Returns
| Type | Description |
|---|---|
| System.TimeSpan | A System.TimeSpan. |
Minutes(Single)
Returns a System.TimeSpan representing the specified number of minutes.
Declaration
public static TimeSpan Minutes(this float minutes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | minutes | The number of minutes in the time span. |
Returns
| Type | Description |
|---|---|
| System.TimeSpan | A System.TimeSpan. |