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

In This Topic
    Aligned Property (ActiveDateTime)
    In This Topic
    Gets or sets the System.Boolean value determining if value of the ActiveDateTime.Now property should be aligned to the nearest millisecond.
    Syntax
    'Declaration
     
    
    Public Property Aligned As Boolean
    public bool Aligned {get; set;}
    See Also