dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Time Structure / MinValue Field

In This Topic
    MinValue Field (DB2Time)
    In This Topic
    Represents the minimum valid date and time for an DB2Time structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MinValue As DB2Time
    public static readonly DB2Time MinValue
    Remarks
    The minimum valid date for an DB2Time structure is 00:00:00.000000000000, January 1, 0001.
    See Also