|
TimeOffsetMinutes Property
|
Gets or sets UTC time offset minutes.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public 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
Int32See Also