public int? YearExponent { get; set; }
Dim instance As ExtendedDateTime Dim value As Integer? value = instance.YearExponent instance.YearExponent = value
public: property Nullable<int> YearExponent { Nullable<int> get (); void set (Nullable<int> value); }
No code example is currently available or this language may not be supported.
In This Article