LocationContext.TimeSegment

public class LocationContext.TimeSegment


A time segment.

Summary

Public constructors

TimeSegment(String startTime)

Public methods

LocationContext.TimeSegment

Sets the start time.

Public constructors

TimeSegment

public TimeSegment(String startTime)

Public methods

setStartTime

@CanIgnoreReturnValue
public LocationContext.TimeSegment setStartTime(String startTime)

Sets the start time.

Parameters
String startTime

the start time.

Returns
LocationContext.TimeSegment

the time segment.