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#
Nullable<DateTime> GetTopicDateCreated(
	Guid topicId
)
Visual Basic
Function GetTopicDateCreated ( 
	topicId As Guid
) As Nullable(Of DateTime)
Visual C++
Nullable<DateTime> GetTopicDateCreated(
	Guid topicId
)
F#
abstract GetTopicDateCreated : 
        topicId : Guid -> Nullable<DateTime> 

Parameters

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

Return Value

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

See Also