Skip to content

M_CodeJam_Dates_DateTimeRangeExtensions_GetMonthRange_1

andrewvk edited this page Nov 5, 2016 · 3 revisions

DateTimeRangeExtensions.GetMonthRange Method (DateTimeOffset)

Returns date range for month.

Namespace: CodeJam.Dates
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static Range<DateTimeOffset> GetMonthRange(
	this DateTimeOffset date
)

VB

<ExtensionAttribute>
Public Shared Function GetMonthRange ( 
	date As DateTimeOffset
) As Range(Of DateTimeOffset)

F#

[<ExtensionAttribute>]
static member GetMonthRange : 
        date : DateTimeOffset -> Range<DateTimeOffset> 

Parameters

 

date
Type: System.DateTimeOffset
The date.

Return Value

Type: Range(DateTimeOffset)
Date range for month

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DateTimeOffset. 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

DateTimeRangeExtensions Class
GetMonthRange Overload
CodeJam.Dates Namespace

Clone this wiki locally