Click or drag to resize

ApiModifyScheduleRequestWeekdays Property

Day of the week the snapshot is to be created. The day of the week starts at Sunday with the value of "0" and an offset of "1." Monday has a value of "1" with an offset of "1", etc.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ApiScheduleWeekday[] Weekdays { get; set; }

Property Value

Type: ApiScheduleWeekday
See Also