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