dbicDropDate Send comments on this topic.
TimeSepChar Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : TimeSepChar Property

Gets or sets the character to separate the hours, minutes and seconds.

Syntax

Visual Basic (Declaration) 
Public Property TimeSepChar As String
C# 
public string TimeSepChar {get; set;}

Property Value

string

Remarks

This property will only accept a string value of a single character.  If an invalid string has been enter, this property will default to a colon (:).

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also