DateTimeIntervalMin Property |
The left bound of the DateInterval
To keep the bounds consistent if Min is set to a time point after Max, the bounds are switched.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic DateTime Min { get; set; }Public Property Min As DateTime
Get
Set
public:
property DateTime Min {
DateTime get ();
void set (DateTime value);
}member Min : DateTime with get, set
Property Value
DateTime
See Also