Gets the discussion topic creation date.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual Nullable<DateTime> GetTopicDateCreated(
	Guid topicId
)
Visual Basic
Public Overridable Function GetTopicDateCreated ( 
	topicId As Guid
) As Nullable(Of DateTime)
Visual C++
public:
virtual Nullable<DateTime> GetTopicDateCreated(
	Guid topicId
)
F#
abstract GetTopicDateCreated : 
        topicId : Guid -> Nullable<DateTime> 
override GetTopicDateCreated : 
        topicId : Guid -> Nullable<DateTime> 

Parameters

topicId
Type: System..::..Guid
Topic Id

Return Value

Type: Nullable<(Of <(<'DateTime>)>)>
Date when topic was created

Implements

IDiscussionBLL..::..GetTopicDateCreated(Guid)

See Also