LoggerDateTimeFormatTimeOnly Property
Gets or sets the format of time-only string.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string DateTimeFormatTimeOnly { get; set; }

Property Value

Type: String
The default value is "HH:mm:ss.ff".
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic) or an empty string.
Remarks
Time-only datetime is used when Format value does not include AddDate flag.
See Also