DateTimeType
Date and time without timezone.
public sealed record DateTimeType : PortableType, IEquatable<PortableType>, IEquatable<DateTimeType>
Constructors
DateTimeType
public DateTimeType(int Precision = 3)
Date and time without timezone.
| Parameter | Type | Description |
|---|---|---|
Precision |
Int32 |
Fractional seconds digits (0-7, default 3) |
Properties
Precision
public int Precision { get; init; }
Fractional seconds digits (0-7, default 3)