DateTime Class

Namespace: id3.Bioseal

Definition

Represents a date/time.

Properties

Name

Type

Description

day

int

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

hour

int

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

minute

int

The minute (0 through 59).

month

int

The month (1 through 12).

second

int

The second (0 through 59).

year

int

The year (1 through 9999, 0 if invalid date).

Methods

Name

Description

isDateTimeValid

Indicates whether the date and time are valid.

isDateValid

Indicates whether the date is valid.

isTimeValid

Indicates whether the time is valid.

isValid

Indicates whether the date and/or time is valid.

toString

Convert the date/time to a string.