Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the precision of this temporal type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Precision As Nullable(Of Integer)
Get
'Usage
Dim instance As EdmTemporalTypeReference
Dim value As Nullable(Of Integer)
value = instance.Precision
public Nullable<int> Precision { get; }
public:
virtual property Nullable<int> Precision {
Nullable<int> get () sealed;
}
abstract Precision : Nullable<int>
override Precision : Nullable<int>
final function get Precision () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
The precision of this temporal type.
Implements
IEdmTemporalTypeReference.Precision