DateTime.day Property¶
Module: DateTime
Type: int
Definition¶
The day (1 through the number of days in month).
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