Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Extensions
Weeks Method
Creates a new
Time
in
weeks
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Time
Weeks
(
this
double
value
)
Parameters
value
Double
The number of seconds
Return Value
Time
A
Time
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Double
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
TimeExtensions Class
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also