Value Property (Calendar)
In This Topic
Gets or sets the currently selected date.
Syntax
'Declaration
<JsonAttribute(1)>
Public Property Value As System.Date
'Usage
Dim instance As Calendar
Dim value As System.Date
instance.Value = value
value = instance.Value
[Json(1)]
public System.DateTime Value {get; set;}
public read-write property Value: System.DateTime;
JsonAttribute(1)
public function get,set Value : System.DateTime
[Json(1)]
public: __property System.DateTime get_Value();
public: __property void set_Value(
System.DateTime value
);
[Json(1)]
public:
property System.DateTime Value {
System.DateTime get();
void set ( System.DateTime value);
}
See Also