DatePrototype.setDate(Object, Double) Yöntem
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
A öğesinin tarih değerini DateObject belirtilen tarih değerine ayarlar.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
public:
static double setDate(System::Object ^ thisob, double ddate);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setDate)]
public static double setDate (object thisob, double ddate);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_setDate)>]
static member setDate : obj * double -> double
Public Shared Function setDate (thisob As Object, ddate As Double) As Double
- thisob
- Object
Bu yöntemin üzerinde hareket ettığdığı nesne.
- ddate
- Double
İçin ayarlanacak tarih değeri thisob
.
thisob
Değer ayarlandıktan sonra yeni değeri.
- Öznitelikler
Ürün | Sürümler |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |