←Select platform

Minutes Property

Summary

Gets or sets numerical value that indicates the minutes.

Syntax

C#
VB
Java
WinRT C#
C++
public int Minutes { get; set; } 
Public Property Minutes As Integer 
public int Minutes {get; set;} 
public int getMinutes() 
public void setMinutes(int value) 
             
 <br/>get_Minutes();<br/>set_Minutes(value);<br/>Object.defineProperty('Minutes');  
public: 
property int Minutes { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the minutes.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly