'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the time span step when the major tick mode is set to TimeSpan")> <System.ComponentModel.DefaultValueAttribute(System.TimeSpan, "1.00:00:00")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomStep As NDateTimeSpan
'Usage
Dim instance As NDateTimeRangeSamplerProvider Dim value As NDateTimeSpan instance.CustomStep = value value = instance.CustomStep
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the time span step when the major tick mode is set to TimeSpan")] [System.ComponentModel.DefaultValue(System.TimeSpan, "1.00:00:00")] [System.Xml.Serialization.XmlIgnore()] public NDateTimeSpan CustomStep {get; set;}