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