public TimeSpan UtcOffset { get; set; }Public Property UtcOffset As TimeSpan
Get
Setpublic:
virtual property TimeSpan UtcOffset {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}abstract UtcOffset : TimeSpan with get, set
override UtcOffset : TimeSpan with get, set