DatePrototype.setFullYear(Object, Double, Object, Object) メソッド

定義

DateObjectの年の値を指定した年の値に設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static double setFullYear(System::Object ^ thisob, double dyear, System::Object ^ month, System::Object ^ date);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setFullYear)]
public static double setFullYear(object thisob, double dyear, object month, object date);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setFullYear)>]
static member setFullYear : obj * double * obj * obj -> double
Public Shared Function setFullYear (thisob As Object, dyear As Double, month As Object, date As Object) As Double

パラメーター

thisob
Object

このメソッドが処理するオブジェクト。

dyear
Double

thisobに設定する年の値。

month
Object

thisobに設定する月の値。

date
Object

thisobに設定する日付値。

返品

thisobに設定される年の値。

属性

適用対象

こちらもご覧ください