GrapeCity CalendarGrid for Windows Forms 2.0J
CreateDateRange メソッド

日付範囲の最初の日を示す System.DateTime 値。
日付範囲の最後の日を示す System.DateTime 値。
指定した開始日から終了日までの連続的な日付範囲を作成します。
構文
Public Shared Function CreateDateRange( _
   ByVal from As Date, _
   ByVal to As Date _
) As IEnumerable(Of Date)
public static IEnumerable<DateTime> CreateDateRange( 
   DateTime from,
   DateTime to
)

パラメータ

from
日付範囲の最初の日を示す System.DateTime 値。
to
日付範囲の最後の日を示す System.DateTime 値。

戻り値の型

作成された日付範囲を表す IEnumerable 値。
参照

DateRange クラス
DateRange メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.