Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
League
Week
Extensions
Default(List
League
Week
, Date
Time) Method
Definition
Namespace:
Scopos.BabelFish.DataModel.OrionMatch
Assembly:
BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
public
static
LeagueWeek
Default
(
this
List
<
LeagueWeek
>
leagueWeeks
,
DateTime
date
)
Parameters
leagueWeeks
List
LeagueWeek
date
DateTime
Return Value
LeagueWeek
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
List
LeagueWeek
. 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
LeagueWeekExtensions Class
Default Overload
Scopos.BabelFish.DataModel.OrionMatch Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also