DatePrototype.getVarDate(Object) Yöntem

Tanım

Belirtilen DateObject öğesini nesne DateTime olarak döndürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static System::Object ^ getVarDate(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getVarDate)]
public static object getVarDate(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_getVarDate)>]
static member getVarDate : obj -> obj
Public Shared Function getVarDate (thisob As Object) As Object

Parametreler

thisob
Object

Bu yöntemin üzerinde işlem yaptığı nesne.

Döndürülenler

nesnesi olarak thisob ifade edilen değeriDateTime.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.