Show / Hide Table of Contents

Class TDateAndPlace

This class has information regarding the date and place of an event

Inheritance
System.Object
TDateAndPlace
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TDateAndPlace

Properties

EventSource

Declaration
[DataMember(IsRequired = true)]
public TEventSource EventSource { get; set; }
Property Value
Type Description
TEventSource

Event source details. This is a mandatory property

GMTDT

Declaration
[DataMember(EmitDefaultValue = false)]
public DateTime? GMTDT { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

GMT date and time. Returns current GMT when null due to M38 standard

LocalDT

Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public DateTime LocalDT { get; set; }
Property Value
Type Description
System.DateTime

Local date and time. This is a mandatory property

Office

Declaration
[DataMember(EmitDefaultValue = false)]
public TOffice Office { get; set; }
Property Value
Type Description
TOffice

Office details

UserId

Declaration
[DataMember(EmitDefaultValue = false)]
public string UserId { get; set; }
Property Value
Type Description
System.String

User id

Back to top Generated by DocFX