Format Property (C1TimeEditor)
In This Topic
Gets or sets the format used to display the selected time. The format string is expressed as a .NET-style
time format string.
Syntax
'Declaration
Public Property Format As String
public string Format {get; set;}
See Also