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





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

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

 Syntax

C#  Copy Code

public static TimeSpan FromHours (
    long hours
)

Visual Basic  Copy Code

Public Shared Function FromHours( _
    hours As Long _
) As TimeSpan

 Parameters

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

 Return Value

A new TimeSpan object.

 See Also

TimeSpans Members
TimeSpans Class
MindFusion.Scheduling Namespace