Click or drag to resize

ParseTimestampRequest Class

* A request to parse the timestamp from a string to a google.protobuf.Timestamp.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiParseTimestampRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class ParseTimestampRequest : IMessage<ParseTimestampRequest>, 
	IMessage, IEquatable<ParseTimestampRequest>, IDeepCloneable<ParseTimestampRequest>, 
	IBufferMessage

The ParseTimestampRequest type exposes the following members.

Constructors
 NameDescription
Public methodParseTimestampRequestInitializes a new instance of the ParseTimestampRequest class
Public methodParseTimestampRequest(ParseTimestampRequest)Initializes a new instance of the ParseTimestampRequest class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyHasTimeZoneIdGets whether the "time_zone_id" field is set
Public propertyStatic memberParser 
Public propertyTimestamp The timestamp in string format.
Public propertyTimeZoneId The ID for the timezone.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberTimestampFieldNumberField number for the "timestamp" field.
Public fieldStatic memberTimeZoneIdFieldNumberField number for the "time_zone_id" field.
Top
See Also