Minute Property

The Minute property returns or sets the initial minute setting for date/time labels. Returns a Short.

Syntax

object.Minute

object.Minute = Minute

 

Parameter Type Description
Minute Short required, minute value

 

Example

This example shows how to set the minute for the defined axis value

TickLabels.DateTime.Minute = 53

 

Used by: AutoAxisDateTime object