'Declaration
<IgnoreDataMemberAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.PreciseInvariantDateTimeConverter)> <XmlIgnoreAttribute()> Public Property TimestampLocal As Date
'Usage
Dim instance As LogEntryEventArgs Dim value As Date instance.TimestampLocal = value value = instance.TimestampLocal
[IgnoreDataMember()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.PreciseInvariantDateTimeConverter)] [XmlIgnore()] public DateTime TimestampLocal {get; set;}
[IgnoreDataMember()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.PreciseInvariantDateTimeConverter)] [XmlIgnore()] public: property DateTime TimestampLocal { DateTime get(); void set ( DateTime value); }