ExtendedDateTime.YearExponent Property
Gets the year exponent.
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
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.
Property Value
Nullable<Int32>