Interface IGraphDateTimeTimeZone
Describes the date, time, and time zone of a point in time.
public interface IGraphDateTimeTimeZone : IDataModel<IGraphDateTimeTimeZone>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphDateTimeTimeZone>
- Inherited Members
- Extension Methods
Properties
DateTime
A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
string DateTime { get; set; }
Property Value
TimeZone
Represents a time zone, for example, "Pacific Standard Time".
string TimeZone { get; }