Used for time validation.

Namespace: MonoSoftware.Core.Regex
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static string TimeExpression { get; }
Visual Basic
Public Shared ReadOnly Property TimeExpression As String
	Get
Visual C++
public:
static property String^ TimeExpression {
	String^ get ();
}
F#
static member TimeExpression : string with get

Property Value

Type: String

See Also