Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ActiveDateTime Class
Members

In This Topic
    ActiveDateTime Class
    In This Topic
    The ActiveDateTime class provides the Now dependency property that returns a current date/time and is being updated permanently over a specified period of time.
    Object Model
    ActiveDateTime Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ActiveDateTime 
       Inherits System.Windows.DependencyObject
    public sealed class ActiveDateTime : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Schedule.ActiveDateTime

    See Also