[This is preliminary documentation and is subject to change.]
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TimeLocation(
TimeSpan utcOffset,
string description,
bool immutable = false
)
public TimeLocation(
TimeSpan utcOffset,
string description,
bool immutable = false
)
Public Sub New (
utcOffset As TimeSpan,
description As String,
Optional immutable As Boolean = false
)
Public Sub New (
utcOffset As TimeSpan,
description As String,
Optional immutable As Boolean = false
)
public:
TimeLocation(
TimeSpan utcOffset,
String^ description,
bool immutable = false
)
public:
TimeLocation(
TimeSpan utcOffset,
String^ description,
bool immutable = false
)
new :
utcOffset : TimeSpan *
description : string *
?immutable : bool
(* Defaults:
let _immutable = defaultArg immutable false
*)
-> TimeLocation
new :
utcOffset : TimeSpan *
description : string *
?immutable : bool
(* Defaults:
let _immutable = defaultArg immutable false
*)
-> TimeLocation