PowerTools CalendarGrid for Windows Forms 1.0J
CreateYearlyDayRecurrence(DateTime,Int32,Int32) メソッド

繰り返しの最初の日を示す System.DateTime 値。
繰り返しの間隔を示す System.Int32 値。
繰り返し回数を示す System.Int32 値。
年のある特定の 1 日に関する年単位の繰り返しを表す日付範囲を作成します。
構文
Public Overloads Shared Function CreateYearlyDayRecurrence( _
   ByVal from As Date, _
   ByVal interval As Integer, _
   ByVal endByCount As Integer _
) As IEnumerable(Of Date)
public static IEnumerable<DateTime> CreateYearlyDayRecurrence( 
   DateTime from,
   int interval,
   int endByCount
)

パラメータ

from
繰り返しの最初の日を示す System.DateTime 値。
interval
繰り返しの間隔を示す System.Int32 値。
endByCount
繰り返し回数を示す System.Int32 値。

戻り値の型

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

DateRange クラス
DateRange メンバ
オーバーロード一覧

 

 


© 2014 GrapeCity inc. All rights reserved.