public DateTimeValue Season { get; set; }
Dim instance As ExtendedDateTimePossibilityCollection
Dim value As DateTimeValue
value = instance.Season
instance.Season = value
public:
virtual property DateTimeValue^ Season {
DateTimeValue^ get () sealed;
void set (DateTimeValue^ value) sealed;
}
No code example is currently available or this language may not be supported.