MindFusion.Scheduling for ASP.NET Programmer's Guide
TimeSpans.FromMinutes Method
See Also
 





Initializes a new instance of the TimeSpan class that represents the specified amount of minutes.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public static TimeSpan FromMinutes (
    long minutes
)

Visual Basic  Copy Code

Public Shared Function FromMinutes( _
    minutes As Long _
) As TimeSpan

 Parameters

minutes
Type: Int64
A long value that specifies the number of minutes.

 Return Value

A new TimeSpan object.

 See Also

TimeSpans Members
TimeSpans Class
MindFusion.Scheduling Namespace