IChannel.TopicSetAt Property

AdiIRC API v2

IChannelTopicSetAt Property

Get date of when the current topic was set.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
DateTime TopicSetAt { get; }
ReadOnly Property TopicSetAt As DateTime
	Get
property DateTime TopicSetAt {
	DateTime get ();
}
abstract TopicSetAt : DateTime with get

Property Value

Type: DateTime
See Also