A Sandcastle Documented Class Library
CreateFromYearMonth メソッド (y, m)
名前空間CFW.UtilDateUtilCreateFromYearMonth(Int32, Int32)
年、月の要素から日付生成 日は1日を仮定
宣言の構文
C#Visual BasicVisual C++
public static Nullable<DateTime> CreateFromYearMonth(
	int y,
	int m
)
Public Shared Function CreateFromYearMonth ( _
	y As Integer, _
	m As Integer _
) As Nullable(Of DateTime)
public:
static Nullable<DateTime> CreateFromYearMonth(
	int y, 
	int m
)
パラメータ
y (Int32)
年をあらわす数値
m (Int32)
月をあらわす数値
戻り値
指定年月+1日の日付

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)