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