Class Clock
Inheritance
System.Object
Clock
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public class Clock : INTERNAL_CalendarOrClockBase
Constructors
| Improve this Doc View SourceClock()
Declaration
public Clock()
Fields
| Improve this Doc View SourceMinuteIntervalProperty
Declaration
public static DependencyProperty MinuteIntervalProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceMinuteInterval
Declaration
public int MinuteInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceChangeOption(String, Object)
Declaration
public void ChangeOption(string option, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | option | |
System.Object | value |