TypeUsage.CreateTimeTypeUsage(PrimitiveType, Nullable<Byte>) Method

Definition

Creates a TimeTypeUsage object of the type that the parameters describe.

public:
 static System::Data::Metadata::Edm::TypeUsage ^ CreateTimeTypeUsage(System::Data::Metadata::Edm::PrimitiveType ^ primitiveType, Nullable<System::Byte> precision);
public static System.Data.Metadata.Edm.TypeUsage CreateTimeTypeUsage (System.Data.Metadata.Edm.PrimitiveType primitiveType, byte? precision);
static member CreateTimeTypeUsage : System.Data.Metadata.Edm.PrimitiveType * Nullable<byte> -> System.Data.Metadata.Edm.TypeUsage
Public Shared Function CreateTimeTypeUsage (primitiveType As PrimitiveType, precision As Nullable(Of Byte)) As TypeUsage

Parameters

primitiveType
PrimitiveType

The simple type that defines the units of measurement of the DateTime object.

precision
Nullable<Byte>

The degree of granularity of the DateTimeOffset in fractions of a second, based on the number of decimal places supported. For example a precision of 3 means the granularity supported is milliseconds.

Returns

A TimeTypeUsage object.

Applies to