LoginHours Friday FieldDRA REST Extensions SDK
The logon hours for Friday specified as an array of 24 integers that can be either 1 or 0 The values represent 1 hour intervals starting with 12am UTC to 1am UTC, and ending with 11pm UTC to 12am UTC A value of 1 indicates logon is allowed, 0 that logon is disallowed

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "friday")]
public int[] Friday

Field Value

Type:  OnlineInt32 
See Also