TimeType

Classes > Migration > TimeType

Time only (no date component) with fractional seconds precision.

public sealed record TimeType : PortableType, IEquatable<PortableType>, IEquatable<TimeType>

Constructors

TimeType

public TimeType(int Precision = 7)

Time only (no date component) with fractional seconds precision.

Parameter Type Description
Precision Int32 Fractional seconds digits (0-7, default 7)

Properties

Precision

public int Precision { get; init; }

Fractional seconds digits (0-7, default 7)