Constructs a new weekend calendar activity with the given name, start time, and end time.
the name of the activity
the start time of the activity
the end time of the activity
the day of week that this activity is representing
Returns the week day that this activity is representing, e.g. DayOfWeek.SUNDAY.
the day of week represented by this activity
The end time of the activity.
the activity end time
The unique id of the activity.
the unique activity ID
The name of the activity, for example "Flight 3441".
the name of the activity
The start time of the activity.
the activity start time
Returns the user object associated to the activity.
the user object associated to the activity
Set the user object associated to the activity.
the user object to associate to the activity
A specialized calendar activity used to represent weekend days (e.g. Saturday, Sunday).
1.0