| 
            
              TimeOffsetMinutes Property
             | 
          
        
        
            Gets or sets UTC time offset minutes.
            
        
        Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.258-beta
Syntaxpublic int Minutes { get; set; }Public Property Minutes As Integer
	Get
	Set
public:
property int Minutes {
	int get ();
	void set (int value);
}member Minutes : int with get, set
function get_Minutes();
function set_Minutes(value);
 View SourceProperty Value
Int32
See Also