This property is used to designate whether to convert the date/time to/from local time vs. UTC time vs. no conversion.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public DateTimeKind TimeDateKind { get; set; } |
| Visual Basic |
|---|
Public Property TimeDateKind As DateTimeKind Get Set |
| JScript |
|---|
function get TimeDateKind () : DateTimeKind function set TimeDateKind (value : DateTimeKind) |