Microsoft Chat Server SDK Reference

StartTime Property

This property contains the time (UTC or GMT) that this ban becomes active.

Syntax

Time = ChatBan.StartTime
ChatBan.StartTime = Time

Parameters

Time
The start time of the ban as a number of minutes.

Remarks

The StartTime and StopTime properties designate the period of time that the ban is active. All times are Universal Time Coordinated (UTC), which is also known as Greenwich Mean Time (GMT), and will be adjusted for the local server time. The property values must fall between 0 (12:00 A.M.) and 1439 (11:59 P.M.), and the stop time must be greater than the start time. For example, a valid ban period is 1:00 A.M. to 6:30 A.M.; an invalid ban period is 11:00 P.M. to 4:00 A.M. If the two values are equal, the ban is always in effect.

See Also

StopTime


© 1998 Microsoft Corporation. All rights reserved.