Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / TimeRulerHelper Class
Members

In This Topic
    TimeRulerHelper Class
    In This Topic
    Supplies hours and minutes string representation based on the specified VisualInterval object, current culture and TimeFormat property value.
    Object Model
    TimeRulerHelper Class
    Syntax
    'Declaration
     
    
    <WebHostHiddenAttribute()>
    <StaticAttribute(Windows.UI.Xaml.IFrameworkElementStatics4, 
       196608, 
       "Windows.Foundation.UniversalApiContract")>
    <ComposableAttribute(Windows.UI.Xaml.IFrameworkElementFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <ThreadingAttribute(ThreadingModel.Both)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    Public Class TimeRulerHelper 
       Inherits Windows.UI.Xaml.FrameworkElement
    [WebHostHidden()]
    [Static(Windows.UI.Xaml.IFrameworkElementStatics4, 
       196608, 
       "Windows.Foundation.UniversalApiContract")]
    [Composable(Windows.UI.Xaml.IFrameworkElementFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [Threading(ThreadingModel.Both)]
    [MarshalingBehavior(MarshalingType.Agile)]
    public class TimeRulerHelper : Windows.UI.Xaml.FrameworkElement 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                C1.Xaml.Schedule.TimeRulerHelper

    See Also