DateTime.day Property

Module: DateTime

Type: int

Definition

The day (1 through the number of days in month).

day: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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