Home > Working with SGWorld > DateTime (IDateTime6) > TimeRangeStart

TimeRangeStart

Returns or sets the range start date and time. The value can be any of the following:

§   Javascript DateTime object.

§   VT_DATE
Note: DateTime (e.g. in JavaScript) is automatically converted to VT_DATE.

§   _time_t
Int or long values representing the number of seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time.

§   double
double values representing the number of milliseconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time.

§   C# DateTime object.

 

JavaScript

 

TimeRangeStart

 

C#

 

dynamic TimeRangeStart { get; set; }

 

C++

 

HRESULT TimeRangeStart([out, retval] VARIANT* pVal)

HRESULT TimeRangeStart([in] VARIANT pVal)