Gets the number of months in the specified unit.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static int MonthsPerUnit(
this DateTimeUnit unit
)
<ExtensionAttribute>
Public Shared Function MonthsPerUnit (
unit As DateTimeUnit
) As Integer
public:
[ExtensionAttribute]
static int MonthsPerUnit(
DateTimeUnit unit
)
[<ExtensionAttribute>]
static member MonthsPerUnit :
unit : DateTimeUnit -> int
Parameters
- unit
- Type: Extreme.DataAnalysisDateTimeUnit
A DateTimeUnit value.
Return Value
Type:
Int32The number of months in
unit.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DateTimeUnit. 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).
Reference