StartTime

Gets or sets the time from which this role assignment becomes effective.

Syntax

DateTime StartTime {get; set;}

Property value

The time at which the role assignment becomes active. A value of DateTime.MinValue means the role becomes effective immediately. The time must be later than 1/1/1970 00:00.

Exceptions

StartTime throws an ArgumentException if you try to set the start time later than the end time or earlier than 2400 hours UTC, 1 January, 1970.