ASP.NET Pack Programmer's Guide
TimeSpans.FromSeconds Method
See Also
 





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

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public static TimeSpan FromSeconds (
    long seconds
)

Visual Basic  Copy Code

Public Shared Function FromSeconds( _
    seconds As Long _
) As TimeSpan

 Parameters

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

 Return Value

A new TimeSpan object.

 See Also

TimeSpans Members
TimeSpans Class
MindFusion.Scheduling Namespace