dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / TimeOfDay Property

In This Topic
    TimeOfDay Property
    In This Topic
    Gets the time part of the PgSqlTimeStamp structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property TimeOfDay As TimeSpan
    public TimeSpan TimeOfDay {get;}

    Property Value

    A System.TimeSpan value.
    See Also