DateTime.hour Property

Module: DateTime

Type: int

Definition

The hour (0 through 23, -1 if invalid time).

hour: int

Exceptions

An error has occurred during Bioseal Library execution.
int get hour => getHour();

Exceptions

An error has occurred during Bioseal Library execution.
public int hour
{
    get => Gethour();
}

Exceptions

An error has occurred during Bioseal Library execution.
public int getHour() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var hour: Int
    get {
        return Int(try! getHour())
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealDateTime_GetHour (ID3_BIOSEAL_DATE_TIME hDateTime, int * hour)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.