|
TimeOffsetHours Property
|
Gets or sets UTC time offset hours.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public int Hours { get; set; }
Public Property Hours As Integer
Get
Set
public:
property int Hours {
int get ();
void set (int value);
}
member Hours : int with get, set
function get_Hours();
function set_Hours(value);
View SourceProperty Value
Int32See Also