public ExtendedDateTimePrecision Precision { get; set; }
Dim instance As ExtendedDateTime
Dim value As ExtendedDateTimePrecision
value = instance.Precision
instance.Precision = value
public:
property ExtendedDateTimePrecision Precision {
ExtendedDateTimePrecision get ();
void set (ExtendedDateTimePrecision value);
}
No code example is currently available or this language may not be supported.