Skip to content

taipy.core.Cycle

Bases: _Entity, _Labeled

An iteration of a recurrent work pattern.

Attributes:

Name Type Description
id str

The unique identifier of the cycle.

frequency Frequency

The frequency of this cycle.

creation_date datetime

The date and time of the creation of this cycle.

start_date datetime

The date and time of the start of this cycle.

end_date datetime

The date and time of the end of this cycle.

name str

The name of this cycle.

properties dict[str, Any]

A dictionary of additional properties.

get_label()

Returns the cycle label.

Returns:

Type Description
str

The label of the cycle as a string.

get_simple_label()

Returns the cycle simple label.

Returns:

Type Description
str

The simple label of the cycle as a string.