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

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