@set
Description:
[
Version ( since =
"3.34" ) ]
public void @set (
Time value,
string? tzid)
Sets both value
and tzid
in one call.
Use set_value and
set_tzid to set them separately.
Parameters:
this |
an ComponentDateTime
|
value |
an Time as a value
|
tzid |
timezone ID for the value , or null
|