Share via


EventTextFormatter.DateTimeFormat Property

Applies to: Semantic Logging 2.0

Gets or sets the date time format used for timestamp value.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public string DateTimeFormat { get; set; }
'Declaration
Public Property DateTimeFormat As String
    Get
    Set

Property Value

Type: String
The date time format value.

See Also

EventTextFormatter Class

EventTextFormatter Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace