|
ScheduleUseLocalTime Property
|
Gets or sets a flag that determines whether the scheduler uses local time or UTC time for scheduling.
Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntaxpublic bool UseLocalTime { get; set; }
Public Property UseLocalTime As Boolean
Get
Set
public:
property bool UseLocalTime {
bool get ();
void set (bool value);
}
member UseLocalTime : bool with get, set
function get_UseLocalTime();
function set_UseLocalTime(value);
View SourceProperty Value
Boolean
See Also