DateGroupItem 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As DateTimeGrouping, _
ByVal As System.Integer, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Integer _
)
public DateGroupItem(
DateTimeGrouping ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- groupingBy
- グループ化レベル。
- year
- フィルタリングする年を示す整数値。
- month
- フィルタリングする月を示す整数値。
- day
- フィルタリングする日を示す整数値。
- hour
- フィルタリングする時を示す整数値。
- minute
- フィルタリングする分を示す整数値。
- second
- フィルタリングする秒を示す整数値。
参照