public bool IsRange { get; set; }
Dim instance As ExtendedDateTimeRange Dim value As Boolean value = instance.IsRange instance.IsRange = value
public: property bool IsRange { bool get (); void set (bool value); }
No code example is currently available or this language may not be supported.
In This Article